Tags used in the header section
| <HTML></HTML> | Specifies the type of document. All of the HTML content is embedded in these tags. |
| <HEAD></HEAD> | Information relevant to the browser - not the display. |
| <TITLE></TITLE> | The document title (not the filename). The title is used for the browser title bar and bookmark names. |
| <LINK> | Used to create a link to another file such as a style sheet. |
| <META> | Used to provide additional information about the contents of the page. Used by some search engines. |
