Thursday, April 7, 2011

HTML: Sample 1

This HTML sample shows you how to use paragraph tags, underline tags and the unorder list tags. The paragraph tags is use when making a paragraph on the website. This will be written within the body of the HTML document.

And here may sample:

This is may first post to learn basic HTML. Hope a simple code like this will help you understand how to make a simple HTML. HTML now a days is important.Every website is make or compose of HTML codes. There are so many version of HTML. I think the latest version is HTML 5.


Sample List



  • List 1

  • List 2



And here is the code:
<html>
<body>
<p>This is may first post to learn basic HTML. Hope a simple code like this will help you understand how to make a simple HTML. HTML now a days is important.Every website is make or compose of HTML codes. There are so many version of HTML. I think the latest version is <u>HTML 5 </u>.
</p>
<p>Sample List</p>
<ul type="circle">
<li>List 1</li>
<li>List 2</li>
</ul>
</body>
</html>

Hope you learn a little to may sample. Tell next time

No comments: