HTML Project and assignment help | Important and Most Commonly used tags in HTML
A HTML page is built using tags so first I need to explain what a tag is. A tag is a command in a web page that tells the browser to do something. Tags are inclosed in less than (<) and greater than (>) signs. An example of a tag is <html> which you will learn below. Document structure tag: HTML tag: It is the root of the html document which is used to specify that the document is html. Syntax: <html>......</html> Head tag: Head tag is used to contain all the head element in