Page 94 - TP_Pluse_V2.2_Class_7
P. 94
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>HR Tag</TITLE>
</HEAD>
<BODY>
<P>This is the first paragraph of the tag. HTML is the standard markup
language for Web pages.</P>
<HR>
<P>This is the second paragraph of the tag. HTML is the standard markup
language for Web pages.</P>
<HR>
</BODY>
</HTML>
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
2
as H<sub>2</sub>O
If HTML is a canvas and you are an artist, how would you design web pages and layout to
express your creativity and style?
92 Plus (Ver. 2.2)-VII

