Have You Ever Wanted To Indent Text Or Create A
List But Do Not Want Bullets, Graphics, Or Numbering?
This is a solution that actually
defies logic. We will be using the <ul>
tags without the <li>
tags for each line. We must supply our own line <br>
and<p>
tags for this to work.
This is starting our line in the left most position.
Now we will start our list.
This is the first line in our list.
This is the second line
in our list.
If necessary, we can also indent
our lists further.
This is the fourth line in our list.
This is the HTML code to
create this effect minus the <big> tags that increase the
font size.