HTML and CSS Reference
In-Depth Information
1. <ul>
2. <li>Orange</li>
3. <li>Green</li>
4. <li>Blue</li>
5. </ul>
CSS
1. ul {
2. list-style-type: square;
3. }
List Style Type Values
As previously mentioned, the list-style-type property comes with a handful of dif-
ferent values. The following list outlines these values as well as their corresponding con-
tent.
Search WWH ::




Custom Search