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