|
Developer Geek Resources HTML Code Examples |
Custom Search
|
Simple example using the <ul> tag.
HTML code is self contained below.
<ul>
<li>red</li>
<li>blue</li>
<li>green</li>
<li>yellow</li>
</ul;>
<lh>unordered list with list header</lh>
<ul>
<li>red</li>
<li>blue</li>
<li>green</li>
<li>yellow</li>
</ul>