Lists 3 - nested bullets
Κείμενο
the <ul type="circle"> to the second level </ul> and
the <ul type="square"> to the third level </ul>
HTML code for the above
<ul style="text-align: left;">
<li>Επίπεδο 1 (bullet)</li>
<li>Επίπεδο 1 (bullet)</li>
<ul type="circle">
<li>Επίπεδο 2 (circle)</li>
<li>Επίπεδο 2 (circle)</li>
<ul type="square">
<li>Επίπεδο 3 (square)</li>
</ul>
</ul>
<li>Επίπεδο 1 (bullet)</li>
</ul>
- Επίπεδο 1 (bullet)
- Επίπεδο 1 (bullet)
- Επίπεδο 2 (circle)
- Επίπεδο 2 (circle)
- Επίπεδο 3 (square)
- Επίπεδο 1 (bullet)
the <ul type="circle"> to the second level </ul> and
the <ul type="square"> to the third level </ul>
HTML code for the above
<ul style="text-align: left;">
<li>Επίπεδο 1 (bullet)</li>
<li>Επίπεδο 1 (bullet)</li>
<ul type="circle">
<li>Επίπεδο 2 (circle)</li>
<li>Επίπεδο 2 (circle)</li>
<ul type="square">
<li>Επίπεδο 3 (square)</li>
</ul>
</ul>
<li>Επίπεδο 1 (bullet)</li>
</ul>
Comments
Post a Comment