Learn HTML fast. Continued...
HTML code works in the order it is written.
HTML code ignores carriage returns (hard enter).
The BR tag will start a new line on the page. Think of 'BR' as a line Break.
Multiple BR tags makes more space. The BR tag closes itself with the /.
Anything between the CENTER tags is centered on the browser.
Continue Learning