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: << < 1  2  3  4  > >>

Here is another one of those solutions that defies logic. We will be using the <UL> tags, but without the <LI> tag for each line. You must supply your own line <BR> and paragraph <P> tags.

Example

This is actually starting in the leftmost position.
Now we will start our list.

    This is the first item in our list

    This is the second item in our list

      If necessary, we can also nest our lists

    This is the third item in our list
Source

This is actually starting in the leftmost position.<BR>
Now we will start our list.
<UL>
This is the first item in our list<P>
This is the second item in our list<BR>
<UL>
If necessary, we can also nest our lists<P>
</UL>
This is the third item in our list<BR>
</UL>

See Also:



Author's URL: Jeff Singer
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
Browse Pages: << < 1  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...