HTML 7

Description

A sample paragraph that have a tag for font size

Source Code

html7 <HTML>
<HEAD>
<TITLE>HTM07. Paragraph sample</TITLE>
</HEAD>

<BODY>
My school is considered as one of the largest Computer Schools.
<FONT SIZE = 4>My school </FONT><FONT SIZE = 3>is considered as one of the</FONT>
<FONT SIZE = 7>largest</FONT> <FONT SIZE = 1>Computer Schools.</FONT>
</BODY>
</HTML>

Output

HTM07. Paragraph sample My school is considered as one of the largest Computer Schools. My school is considered as one of the largest Computer Schools.