Preview:
<h3>This page shows unordered list</h3>
    <ul type = "square">
        <li>First</li>
        <li>Second</li>
        <li>Third</li>
    </ul>

<h4>Type of numbering changed using style attribute</h4>
    <ul style="list-style-type: circle;">
        <li>First</li>
        <li>Second</li>
        <li>Third</li>
    </u>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter