Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.

List Item Tags

li tags are very helpful when writing HTML. <li> tags may be used within ul tags or ol tags.

The use of li tags is simple; to create a new line within a list.

Example: <li>This is a line. And use within an unordered list would look like <ul><li>This is a line.</ul> Which looks like:

  • This is a line.
But of course, as with almost all html, the <li>'s look may be changed with css.

As well, if you are using strict HTML or XHTML see: XHTML li tag.