- 1). Add a new, blank line in your HTML document by pressing "Return."
- 2). Add the code <br /> to the blank line to add a line break in the document. This is called a line break tag, and will have the same effect in the finished document as pressing return twice after typing a paragraph in a word processor.
- 3). Create a larger break by adding additional line break tags on the same line. For example, a three-line break would require the code to look like this: <br /><br /><br />.
- 4). Add a visible horizontal line to the line break by adding the code <hr />. You can add this code in place of a standard line break tag for a one-line line break with a horizontal line, or surround it with line break tags for a larger break with a line in the middle.
SHARE