×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
Tutorial Topics
X
softetechnologies
Elements: Horizontal Line Elements: LIST
Elements: Text Formatting - HTML 5
5033    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.
Swami Vivekananda
Education is the manifestationof the perfection already in man.
Swami Vivekananda
138
81.93
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     54320
25/06/2018     45297
01/01/2018     43820
28/06/2017     41338
02/08/2017     40408
01/08/2017     34413
06/07/2017     34195
15/05/2017     33446
11/09/2018     30609
14/07/2017     30028
softetechnologies