How can I implement something in html that can separate sections, for a example, a simple line...
Section 1: BLAH BLAH BLAH
Section 2: BLAH BLAH BLAH
Because as of now, my html just looks like this:
Section 1: BLAH BLAH BLAH
Section 2: BLAH BLAH BLAH
I've used <br> but I think it would look a lot better if there was an actual separator of some sort.