Tuesday, 6 December 2016

HTML Formatting

  1. HTML also defines special elements for defining text with a special meaning.
  2. HTML uses elements like <b> and <i> for formatting output, like bold or italic text.
  3. Formatting elements were designed to display special types of text. 

                          <b> - Bold text - </b>
  <strong> - Important text  -  </strong>
  <i>      - Italic text     - </i>
  <em>     - Emphasized text - </em>
  <mark>   - Marked text     - </mark>
  <small>  - Small text      - </small>
  <del>    - Deleted text    - </del>
  <ins>    - Inserted text   - </ins>
  <sub>    - Subscript text  - </sub>
  <sup>    - Superscript text- </sup>

No comments:

Post a Comment