Home > HTML Tags > Structural Tags >
     
HTML Tags
Structural Tags

Headings

For section titles use the heading tags. <H1> is the most important; <H6> is the least important.

<H1>Heading 1</H1>

<H2>Heading 2</H2>

<H3>Heading 3</H3>

<H4>Heading 4</H4>

<H5>Heading 5</H5>

<H6>Heading 6</H6>

Paragraphs and line breaks

To get paragraphs you must use the <P> tag. The closing </P> tag is optional. If you want to start a new line without making a new paragraph, use the <BR> tag.

Horizontal rules

The <HR> tag draws a line across the text, which is often useful for separating sections. You can specify in pixels the thickness <HR SIZE=?> and width <HR WIDTH=?> of the horizontal rule.

Blockquote

The BLOCKQUOTE tag sets off and indents long quotations.

<BLOCKQUOTE> </BLOCKQUOTE>



Copyright © 1995-2010, Pearson Education, Inc., publishing as Pearson Longman Legal and Privacy Terms