Logo 
Search:

GuestBook of Thorn Ravy

 
Enter your message (HTML allowed after you earn 150 points)
Thorn Ravy
  Thorn Ravy from Cambodia      Sep 07
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<title>USing Tag in HTML</title>
<hr>
<h2><i>Introduction<i/></i></h2>
This is a vocano,<tt>or vocanology</tt>
<hr>
And then, we could all see
at once the brilliant purpose
of the paragraph tag.
<p>
Moving on...
<p>
<b><i>This is the new text</i></b><br>
the more tags you write,
the better you will feel?

<b>My Unordered List:</b>
<ul>
<li> Item 1
<li> Item 2
<li> Item 3
</ul>
<b>My Unordered List:</b>
<ol>
<li> Item 1
<li> Item 2
<li> Item 3
</ol>
</head>

<body>

</body>

</html>