How Problem
-- 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.

You are here: Articles > Technology > Programmers (tutorials) > Basic HTML > HTML TAGS > Standard tags
HowProblem.com 2012