Page 88 - TP_Prime_v2.2_Class_6
P. 88
The Bold Tag
The Bold tag is written as <b>. This tag is used to give a bold effect to your text. You need
to tell the web browser when to start using the bold effect and where to stop using the
bold effect. It is a container tag and used in pairs as <b> and </b>.
The Italic Tag
Prime (Ver. 2.2)-VI The Italic tag is written as <i>. This tag is used to give an italic effect to your text. You
need to tell the web browser when to start using the italic effect and where to stop using
the italic effect. It is also a container tag and used in pairs as <i> and </i>.
The <SUP> Tag
2
The <SUP> tag is used to turn the enclosed text into a superscript. For example, E=mc is
86 coded as E=mc<sup>2</sup>
The <SUB> Tag
The <SUB> tag is used to tturn the enclosed text into a subscript. For example, H O is
2
coded as H<sub>2</sub>O
Editing an Existing HTML Document
Follow these steps to edit an HTML document:
Step 1: Right-click on the HTML file.
Step 2: Click on the Open with option.
Step 3: Click on the Notepad option.
Editing HTML file

