HTML Heading/Font

E-mail Print PDF

( 1 Vote )
User Rating: / 1
PoorBest 

Headings: HTML headings are defined with the

tags:
<h1>Heading1</h1>


Heading 1

<h2>Heading2</h2>

Heading2

 <h3>Heading3</h3>

Heading3


 <h4>Heading4</h4>
<h5>Heading5</h5>
<h6>Heading6</h6>
Paragraphs:
<p>Paragraph 1</p>  <p>Paragraph 2</p>
Line breaks:
 'br' breaks a line without altering the semantic  structure of the page, 
whereas
'p' sections the page into paragraphs.
Note also that
'br' is an empty element in that, while it may have attributes,
it can take no content and it may not have an end tag.

<p>This <br> is a paragraph 
<br> with <br> line breaks</p>
 

joomla counter