×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
Tutorial Topics
X
softetechnologies
Elements: Horizontal Line Elements: LIST
Elements: Text Formatting - HTML 5
4073    Arnab De    04/05/2017

Introduction

To formatting the text on web page HTML use the following tag.

  • <b> : Bold Text
  • <em> : Emphasized Text
  • <strong> : Strong Text
  • <i> : Italic Text
  • <sup> : super-scripted Text
  • <sub> : sub scripted Text
  • <del> : struck-through Text
  • <code> : Computer Code Text
  • <pre> : predefine text
softetechnologies

Now, we write a simple code and show the output.

<html>
<body>
<p>It is an example of <b>Bold Text</b></p>
<p>It is an example of <em>Emphasized Text</em></p>
<p>It is an example of <strong>Strong Text</strong></p>
<p>It is an example of <i>Italic Text</i></p>
<p>It is an example of <sup>super-scripted Text</sup></p>
<p>It is an example of <sub>sub scripted Text</sub></p>
<p>It is an example of <del>struck-through Text</del></p>
<p>It is an example of <code>Computer Code Text</code></p>
</body>
</html>

html-text-format
HTML Text Format
softetechnologies

Example

 

H2O  :  H<sub>2</sub>O

A2  :  A<sup>2</sup>

Elements: Horizontal Line Elements: LIST
softetechnologies
Author Details
Arnab De
I have over 16 years of experience working as an IT professional, ranging from teaching at my own institute to being a computer faculty at different leading institute across Kolkata. I also work as a web developer and designer, having worked for renowned companies and brand. Through tutorialathome, I wish to share my years of knowledge with the readers.
Enter New Comment
Comment History
No Comment Found Yet.
Albert Einstein
Imagination is more important than knowledge.
Albert Einstein
276
55.7
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     43020
01/01/2018     36304
25/06/2018     34795
28/06/2017     34409
02/08/2017     32758
01/08/2017     27280
06/07/2017     27080
15/05/2017     26678
14/07/2017     22286
21/04/2018     20937
softetechnologies