One matter in HTML document that is divided into paragraphs.
HTML Paragraph
Paragraph are defined with the<p> tag.
Like This= <p> This is my first web page </p>
<p> This is a paragraph </p>
HTML Line Breaks
Line Breaks are defined with the <br/>
Exmp:<p>If you want to Line Breaks ,<br/> use this code</P>
HTML Rules
The <hr/> tag is used to create an horizontal rule.
Exmp:
<P>My web page</p>
<hr/>
<p> It is My first web page</p>
HTML Text Formatting
In the below given the chart of formatting text tag
Exmp: <p> <i>This is a web page </i> </p>
Paragraph are defined with the<p> tag.
Like This= <p> This is my first web page </p>
<p> This is a paragraph </p>
HTML Line Breaks
Line Breaks are defined with the <br/>
Exmp:<p>If you want to Line Breaks ,<br/> use this code</P>
HTML Rules
The <hr/> tag is used to create an horizontal rule.
Exmp:
<P>My web page</p>
<hr/>
<p> It is My first web page</p>
HTML Text Formatting
In the below given the chart of formatting text tag
TEG | DESCRIPTION |
<b> | Defines bold text |
<big> | Defines big text |
<em> | Defines emphasized text |
<i> | Defines italic text |
<small> | Defines small text |
<strong> | Defines strong text |
<sub> | Defines subscripted text |
<ins> | Defines inserted text |
<sup> | Defines superscripted text |
<del> | Defines deleted text |
12/31/2011 09:29:00 PM
Unknown


Posted in: 