Tag: unordered lists

  • Making bullet-point lists in HTML

    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>