
-- Solution to all your technical problems!Standard tags
<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.
HowProblem.com 2012