Tuesday, October 30, 2012

Lesson 9: HTML Text Formatting

HTML uses tags like <b> and <i> for formatting output, like bold or italictext. And another HTML tags <sub> and <sup> for formating output, like subscript or superscript.
These HTML tags are called formatting tags.

Example :-
  1. Open a text editor and type the following line in to the text editor. Note:- Often <strong> renders as <b>, and <em> renders as <i>.
  2. Save file.
  3. Open that file in a web browser.
  4. You get like this out put.

    << Previous Lesson                                            HTML Tutorial                                            Next Lesson >>


    No comments:

    Post a Comment