unordered list style

PHOTO EMBED

Sun Jul 25 2021 08:18:38 GMT+0000 (Coordinated Universal Time)

Saved by @buildadev

<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>
content_copyCOPY