HTML Foramatting

The formatting is useful for the arrangements of content with the style color, text-style,and font-size.

  • Bold  
    The use<b>element is bold text. The thickness of text. 

Example

<h1><b>This is a heading</h1>

<p><b>This is a paragraph</p>

Strong 

      The use<strong>element is strong text. The important of text. 

Example

<h1><b>This is a heading</h1>

<p><b>This is a paragraph</p>

Try this»»

Italic 

      The use<i>element is italic text. The important bend of text. this

Example

<h1><i>This is a heading</h1>

<p><i>This is a paragraph</p>

Try this»»

Small

      The use<small>element is small text. The important of text.          

Example

<h1><small>This is a heading</h1>

<p>This is a <small>paragraph</p>


Try this»»

emphaisized

      The use<em>element is small text. The important of text.          

Example

<h1><em>This is a heading</h1>

<p>This is a <em>paragraph</p>

Try this»»

mark

      The use<mark>element is mark text. The important of the highlights the ext.       

Example

<h1><mark>This is a heading</h1>

<p>This is a <mark>paragraph</p>

Try this»»

delete

      The use<del>element is small text. The important of text.       

Example

<h1><del>This is a heading</h1>

<p>This is a <del>paragraph</p>

Try this»»

superscript

      The use<sup>element is small text. The important of text.       

Example

<h1><sup>This is a heading</h1>

<p>This is a <supparagraph</p>

Try this»

subscript

      The use<sub>element is small text. The important of text.       

Example

<h1><sub>This is a heading</h1>

<p>This is a <sub>paragraph</p>  

                 
                 HTML quotation
 

No comments:

Post a Comment