Roots
Back

HTML Layout

New lines

<br>

Paragraphs

<p> Text </p>

Any section enclosed in paragraph tags has a new line automatically inserted before and after it, without the need to write <br> tags.

Preformatted text

<pre> Text </pre>

Preformatting text preserves the layout exactly, including white space and new lines without <br> tags or &nbsp;.

Quotes

<q> Text </q>

This tag is not yet supported by IE. Using the quote tag automatically inserts quote marks around the quoted text. Quotes can be nested inside one another.

Block quotes

<blockquote> Text </blockquote>

New lines are inserted before and after the block quote, and the text within the tags is indented by most browsers.