I have a Terms and Conditions file that I need to get on the webiste. However there are a lot of clauses and points such as 2, 2.1, 2.1.1 etc.
I thought I could do an unordered list and use css to get rid of the bullet points. I realize it may seem a bit long-winded but I am no HTML expert and I am also not sure how to go about it.
Try using
counters
.This will produce:
Read more here: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters