0
Q:

ul li html


<ul>
	<li>Coffee</li>
 	<li>Tea</li>
	<li>Milk</li>
</ul>
 
11
#Type 1
<ul style="list-style-type:disk">
	<li>Disk</li>
</ul>
#Type 2
<ul style="list-style-type:circle">
	<li>Circle</li>
</ul>
#Type 3
<ul style="list-style-type:square">
	<li>Square</li>
</ul>
3
<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>
4
<ul>
  <lh>ul Header</lh>
  <li>Item One</li>
  <li>Item Two</li>
  <li>Item Thre</li>
</ul>
0
<ol>
  <li>something</li>
  <li>something</li>
</ol>
or
<ul>
  <li>something</li>
  <li>something</li>
  <li>something</li>
</ul>
0
<ol>
  <il>something</il>
  <il>something</il>
  <il>something</il>
</ol>
or
<ul>
  <il>something</il>
  <il>something</il>
  <il>something</il>
</ul>
0
The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists
1

New to Communities?

Join the community