Page 83 - Trackpad_V4.0_c7_Flpbook
P. 83
<!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 to
express your creativity and style?
More on HTML5 81

