HTML Formatting:

 

If you are familiar with MS word, you must have used Bold/Italics/underline options to systematically arrange your content. Similarly you can also arrange your content systematically in HTML. Let’s find out how

  1. Bold Text:

Any text that is inserted between <b>…..</b> will appear as bold. Example is shown below

  1. Italic Text:

Any text that is inserted between <i>…..</i> will appear as italics. Example is shown below

  1. Underline Text:

Any text that is inserted between <u>…..</u> will appear as underlined. Example is shown below

  1. Inserted Text:

Any text that is inserted between <u>…..</u> will appear as inserted. Example is shown below