Page 32 - Modular_V1.1_Flipbook
P. 32
<html>
<head>
<title> Applying styles </title>
</head>
<body>
<h1>The uses of Bold, Italic and Underline tag </h1>
<p> This is a normal text without the use of Bold, Italic or Underline
tag</p>
<p><b>This text is in bold.</b></p>
<p><i>This text is in italics.</i></p>
<p><u>This text is underlined.</u></p>
</body>
</html>
Using Styles Tags
THE <SUP> TAG
2
The <SUP> tag is used to turn the enclosed text into a superscript. For example, E=mc is coded
as E=mc<sup>2</sup>
THE <SUB> TAG
The <SUB> tag is used to turn the enclosed text into a subscript. For example, H O is coded as
2
H<sub>2</sub>O
<html>
<head>
<title> Superscript and Subscript </title>
</head>
<body>
30 Touchpad MODULAR (Version 1.1)-IX

