Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Tricks Using Lists
Your Ad Here

Tricks Using Lists

Browse Pages: 2  3  4  > >>

Tricks Using ListsThe easiest way to do it is with the unordered list tags. This involves opening the list with <UL>, surrounding each member line with the <LI> and </LI> tags, and finishing the list with the </UL> tag.

Example

  • This is the first item
  • This is the second item.
  • This is a very long line. It is to show you what happens when we get to the end of our screen. If all goes well, the wrapped part should start directly under the first character of the line above it.
Source

<UL>
<LI>This is the first item</LI>
<LI>This is the second item.</LI>
<LI>This is a very long line. It is to show you what happens when we
get to the end of our screen. If all goes well, the wrapped part
should start directly under the first character of the line above
it.</LI>
</UL>

See Also:



Author's URL: Jeff Singer
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
Browse Pages: 2  3  4  > >>
print this page subscribe to newsletter subscribe to rss

HTML is Hyper Text Markup Language that is used to make hypermedia and hypertext documents for the Web. More HTML and CSS: Most Popular Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

Add comments to "Tricks Using Lists"

Only registered users can write comment

No comments yet...