×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
Tutorial Topics
X
softetechnologies
Elements: Horizontal Line Elements: LIST
Elements: Text Formatting - HTML 5
5100    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.
Rabindranath Tagore
A lamp can only light another lamp when it continues to burn in its own flame.
Rabindranath Tagore
1618
84.14
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     54664
25/06/2018     45768
01/01/2018     44019
28/06/2017     41545
02/08/2017     40653
01/08/2017     34642
06/07/2017     34420
15/05/2017     33645
11/09/2018     31115
14/07/2017     30480
softetechnologies