JanaGanaMana
Register
Login
html5 ul , ol ,li tags
html5 track tag
html5 tr td table tags
HTML5 title Tag
html5 time tag
html5 thread tag
list, orderedlist,unordered list
<ul>
<li>india</li>
<li>australia</li>
<li>russia</li>
</ul>
<ol start="50">
<li>germany</li>
<li>UK</li>
<li>US</li>
</ol>