To make your website more beautiful, colourful and interactive fonts play a very important role. Font face and color depends entirely on the computer and browser that is being used to view your page but you can use HTML tag to add style, size, and color to the text on your website. The content of your website shows revealing with the use of different fonts for different sections of web page.
Tag: HTML
Comments in HTML for web development
Comment is a piece of code which is ignored by any web browser. It is added to the code to add extra information about the code. It is a good practice to add comments into your HTML code, especially in complex documents, to indicate sections of a document, and any other notes to anyone looking at the code.
How to use HTML editors?
HTML programs can be executed on simple editor like Notepad or professional IDE like Microsoft visual studio code (VS Code). A simple text editor is all you need to learn HTML is notepad. Web pages can be created and modified by using professional HTML editors. However, for learning HTML a simple text editor like Notepad (PC). Let us learn HTML by using both notepad and VS Code one by one.
Introduction to HTML (Hypertext markup language)
HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but “HTML 2.0” was the first standard HTML specification which was published in 1995. HTML is the most widely used language to write Web Pages.
Welcome to HTML

Read all the topics just by clicking the link provided below 1. Introduction to HTML (Hypertext markup language) 2. How to use HTML editors? 3. Basics of HTML for web development 4. HTML elements for web development 5. HTML attributes for web development 6. Text formatting in HTML (Bold, Italic, Read More …