I frequently make use of bullet-point lists in my blog, and I usually code these in HTML. I like them to stand out a bit. It’s pretty simple to achieve, and here’s how:
<ul>
<li>Bulletpoint 1</li>
<li>Bulletpoint 2</li>
<li>Bulletpoint 2</li>
</ul>
If you want a numbered list, you substitute the <ul> tag for <ol>
By posting a comment, you consent to our collecting the information you enter. See privacy policy for more information.