View Single Post
Old 02-21-2015, 02:20 AM   #4
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
The tag is fully supported of course. It is just to indicate that it is an unordered list after all. Correct syntax would be something like this:
Code:
<ul>
<li>first list item</li>
<li>second list item</li>
<li>third list item</li>
</ul>
As you can see, the list items must be enclosed in the <ul></ul> tags. Also, don't forget to close the list items. I know that HTML gets away with it, as the renderers close it for you, but XHTML is more strict.
Toxaris is offline   Reply With Quote