Now we will code using break

If I do not want a line between paragraphs that the p tag causes, but I just want to move down to the next line I can use the
which moves me down to the next line. Remember that all tags must have opening and closing. For most XHTML and HTML tags there are both opening and closing tags. This is not true of the br or break command.

Essentially the br tag moves me down to the next line without starting a new paragraph. Remember a new paragraph automatically skips a line. The br tag can be written as an open and close tag

or it can be written using a shortcut
with the br followed by a space and then a / all within the tag brackets. Check the code.