Tag | Definition |
---|---|
<HTML>...</HTML> | The beginning and ending of your HTML document |
<HEAD>...</HEAD> | Defines header section; contains Title of the page |
<TITLE>...</TITLE> | Describes the contents of the page |
<BODY>...</BODY> | Contains the bulk of the page; text, images, links |