



|
Description
It show a sample paragraph that uses the font tag for size and face for the output. Source Code <HEAD> <TITLE>HTM09</TITLE> </HEAD> <BODY> <FONT SIZE=5 FACE=arial> <P>This is the first paragraph.</P> <P>This is the second paragraph.</P> <P>This is the third paragraph.</P> </FONT> </BODY> </HTML> Output This is the first paragraph. This is the second paragraph. This is the third paragraph. |
  