HTML(Bullets,input type, attribute, semantic tag)
Let's check out the Types of bullets in Hypertext Markup Language (HTML).
An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.
The list items will be marked with bullets (small black circles) by default:
UL stands for unordered list
OL stands for order list
ol type="A"
ol type="a"
ol type="I"
ol type="i"
ol type="A"
ol type="a"
ol type="I"
ol type="i"
Changing the strat-point
If you need to start the count at a number other than 1, you just add another attribute, like so:
<ol start="5">
If you need to start the count at a number other than 1, you just add another attribute, like so:
<ol start="5">
<ul style="list-style-type:squre">
Attribute
step, min, max, maxlength, placeholder, required, autofocus
<header>, <nav>, <article>, <selection>, <main>, <footer>, <time>, <summary>, <mark>, <figure><figcaption>, <details>