john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

html lists

<UL>
<LI>They present information in an easy fashion.
<LI>The bullets look cool.
<LI>They make me happy.
</UL>

<UL TYPE="square">  (default = "disc", white = "circle")


<ol>
<li>
</ol>


<OL TYPE="I">   # roman capital
<li><OL TYPE="i">   # roman lowercase (nested
    <li>
    </ol>
<li>
</ol>

<ol type="A">   # uppercase, a = lowercase letters

<ol start="4">  # start counting at 4

<dl>
<dt>First tier
<dd>description item
</dl>

  • « set immutableset list performance object compare override equals hash
  • execute script system exec escapeshellcmd »

Published

Feb 4, 2014

Category

web

~57 words

Tags

  • html 23
  • lists 3
  • web 56