Search This Blog

Tuesday, March 14, 2017

Bullets and HTML

Some code


Bullets aren’t too difficult to create using HTML.

<ul>

<li>Apples</li>

<li>Pears</li>

<li>Bananas</li>

<li>Grapes</li>

</ul>

Here’s an article that goes into more detail:


Cryer.co.uk


See all Topics

No comments: