Example Explained
What you just made is a skeleton html document. This is the minimum required information for a web
document and all web documents should contain these basic components. The first tag in your html
document is . This tag tells your browser that this is the start of an html document. The last
tag in your document is . This tag tells your browser that this is the end of the html
document.
The text between the tag and the tag is header information. Header information is not
displayed in the browser window.
The text between the tags is the title of your document. The tag is used to uniquely
identify each document and is also displayed in the title bar of the browser window.
The text between the tags is the text that will be displayed in your browser.
The text between the and tags will be displayed in a bold font.