Tuesday, September 15, 2009

HTML tags


HTML Tags in alphabetic order


You ca learn about the tags at : http://www.w3schools.com/tags/default.asp

Structure of the HTML Document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>Hello world!</p>
</BODY>
</HTML>


No comments: