To run this program, you will need to have a web browser that supports JavaScript. You should see the text “Hello, World!” printed to the console.
Continue readingAbout Cascading Style Sheets (CSS)
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in HTML. It is used to control the appearance of web pages and can be used to style multiple pages consistently. Here are some basic concepts to understand when learning
Continue readingAbout Oracle Database
Oracle Database is a database management system (DBMS) developed and distributed by Oracle Corporation. It is used to store, retrieve, and manage data in a structured format. Oracle Database is a powerful and feature-rich DBMS that is suitable for a wide variety of applications, including web-based applications, data warehousing, and
Continue readingMySQL Database
MySQL is a popular open-source database management system (DBMS) that is used to store, retrieve, and manage data in a structured format. It is developed, distributed, and supported by Oracle Corporation. MySQL is used to power a wide variety of applications, including web-based applications, data warehousing, and business intelligence. It
Continue readingMicrosoft SQL Server
Microsoft SQL Server is a database management system (DBMS) developed by Microsoft. It is a software product that is used to store, retrieve, and manage data in a structured format. SQL Server is a popular choice for managing data in a variety of settings, including small businesses, large enterprises, and
Continue readingVisual Studio Code HTML shortcut code
Visual Studio Code has eased coders for rapid web development. While coding in Visual Studio we do not have to write code again and again. There are a shortcuts to add above content easily to a HTML file. Some of the useful HTML shortcut codes Create a new HTML file
Continue readingWhat is HTML ?
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
Continue readingWriting first PHP program
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
Continue readingResolve Oracle 19 C installation INS-08101 Unexpected Error
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.
Continue readingWhat is JavaScript
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
Continue reading