Hyper Text Markup Language (HTML) is a standard markup language for the creation of a web page and web applications.It allows the creation and structure of sections, paragraphs, and links using HTML elements (the building blocks of a web page) such as tags and attributes. HTML consists of a series of elements that are represented … Read More “What is HTML ?” »
PHP is a server side scripting language. that is used to develop Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. To write your first PHP program, you will need a text editor and a web server that is configured to run PHP. This is the opening … Read More “Writing first PHP program” »
Encounter INS-08101 when I installed Oracle database 19c on CentOS Stream 8 We can uncomment the line containing the variable #CV_ASSUME_DISTID=OEL5 in the CVU configuration file.
JavaScript is a programming language that is commonly used to create interactive elements on websites. It is a client-side scripting language, which means that it is executed by the web browser on the user’s computer rather than on the server. JavaScript is often used to create dynamic and interactive elements on web pages, such as: … Read More “What is JavaScript” »
JavaScript can be inserted into HTML documents by using the <script> tag Scripts can be placed in the HEAD or in the BODY– In the HEAD, scripts are run before the page is displayed– In the BODY, scripts are run as the page is displayed
“You can’t cross the sea merely by standing and staring at the water.” — Rabindranath Tagore “Don’t limit a child to your own learning, for he was born in another time.“ “You can’t cross the sea merely by standing and staring at the water.“ ” The butterfly counts not months but moments, and has time enough.“ … Read More “Quotes from Rabindranath Tagore” »
“There is only one thing that makes a dream impossible to achieve: the fear of failure.” – Paulo Coelho “If you start by promising what you don’t even have yet, you’ll lose your desire to work towards getting it.” “People are capable, at any time in their lives, of doing what they dream of.“
“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid.” – Albert Einstein “The more I learn, the more I realize how much I don’t know.” – Albert Einstein
Here is a simple “Hello, World!” program in Java: To run this program, we need to have the Java Development Kit (JDK) installed on our computer. You should see the text “Hello, World!” printed to the console.