How To Learn HTMlL Lines

HTML Line

Html list start <ul> and end </ul>. Each item start <li> tag and eng </li> tag. It is very necessary  in html document. You can learn html line from web tutorials. Let start html line..


At first open your notepad or html document and type this code who show in the image. 
Or copy this code,

<html>
<body>
<ul>
<li>Coffee</li>
<li>Milk</li>
<li>education</li>
<li>Computer</li>
<li>Mouse</li>
</ul>
</body>
</html>

Now save your code and show in your browser. The browser show like this image..
Now change your code and Show in your browser who want you...
To Learn more html please see the next html post..
Next Post Previous Post
No Comment
Add Comment
comment url