2 Matching Annotations
- Mar 2020
-
stackoverflow.com stackoverflow.com
-
ol { counter-reset:item; } li { display:block; } li:before { content:counter(item) '. '; counter-increment:item; }
-
- Feb 2019
-
www.w3schools.com www.w3schools.com
-
<ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>
Basic List. If you change the
- ...
- ...
Tags
Annotators
URL
-