|
| |
HTML Tags including HTML - HEAD - TITLE - BODY |
<HTML> - denotes the start of a HTML document.
</HTML> - denotes the end of a HTML document.
<HEAD> - </HEAD> - header, contains tags such as <TITLE>, <META>, <BASE>.
<TITLE>title of document</TITLE> - title, used to give the document a title. Must be enclosed in the <HEAD></HEAD> tags.
<BODY>main body of document</BODY> - document body, encloses the main body of the page.
For more about the structure of a HTML document see our typical html template.
back to top | back to Tags menu - © Copyright 2001-2008 helpwithpcs.com
|
|