Change Theme

Change Font Size

decrease size increase size

Search


Unordered List


Here’s an example of a unordered list:

  • text
  • text
  • text

There are 3 types of unordered list. Pick the one that you prefer.

But keep in mind that the type element have been deprecated.

Therefore, in XHTML, it is better to use the style element.

Disc

  • text
  • text
  • text

Circle

  • text
  • text
  • text

Square

  • text
  • text
  • text

Here’s the code:

<ul>
<li> text</li>
<li> text</li>
<li> text</li>
</ul>

For Disc:

<ul style="list-style-type:
disc;">
<li> text</li>
<li> text</li>
<li> text</li>
</ul>

For Circle:

<ul style="list-style-type:
circle;">
<li> text</li>
<li> text</li>
<li> text</li>
</ul>

For Square:

<ul style="list-style-type:
square;">
<li> text</li>
<li> text</li>
<li> text</li>
</ul>


Leave a Comment
(will not published)
Bold Underlined Italics Quote Ext Link
:biggrin: :blank: :blush: :confused: :cool: :cute: :dead: :evil: :frown: :ouchies: :secret: :shock: :smile: :stress: :upsidedown: :wink: :yawn: :yell: :yuck: :yummy: :tv: :music: :heart: :drink: :floppy: :ahh: :aww: :duh: :eww: :grr: :hmm: :yay: :wtf: :wow: :umm: :omg: :lol: :huh: :blah: :haha: :hehe: :sigh: :rofl: :pssh: :ouch: :muah: :lmao: :iheartu:
* indicates required field