HTML and CSS Reference
In-Depth Information
Image 2. Visual Representation of Paragraphs
Sometimes we will have to start a new line of text without using the paragraph element.
For example, we want to include our address in our CV, and we want it in the standard
single-spaced three-line format. In situations like this, we will use the standalone line break
element <br>. The <br> element tells a browser to move the text to the start of the follow-
ing line.
<p>Address:<br>
523 Beaumont Way<br>
Santa Rosa<br>
California 52409</p>
Search WWH ::




Custom Search