Basic Formatting Tags in HTML
When we create a web page, we add tags that give meaning to the page and allow browsers to display the appropriate structure to users. In this tutorial, we will learn about basic text formatting tags in HTML. Headings In HTML, there are six levels of headings. The tag <h1> is used for main headings. <h2> is used for subheadings. For additional […]
Basic Formatting Tags in HTML Read More »