Wednesday, August 24, 2011

Font markup elements

Font markup elements with example -:
<html>

<head>

  <title>Font markup elements</title>

</head>

<body bgcolor="#FFFFFF">

  <p> B: Font markup elements change the <b>look</b> of your document!
  </p>

  <p> BIG: Font markup elements change the <big>look</big> of your
  document!
  </p>

  <p> I: Font markup elements change the <i>look</i> of your document!
  </p>

  <p> S: Font markup elements change the <s>look</s> of your document!
  </p>

  <p> SMALL: Font markup elements change the <small>look</small> of your
  document!
  </p>

  <p> STRIKE: Font markup elements change the <strike>look</strike> of
  your document!
  </p>

  <p> TT: Font markup elements change the <tt>look</tt> of your
  document!
  </p>

  <p> U: Font markup elements change the <u>look</u> of your document!
  </p>

</body>
</html>
OUTPUT-Font markup elements Font markup elements with example -:
B: Font markup elements change the look of your document!
BIG: Font markup elements change the look of your document!
I: Font markup elements change the look of your document!
S: Font markup elements change the look of your document!
SMALL: Font markup elements change the look of your document!
STRIKE: Font markup elements change the look of your document!
TT: Font markup elements change the look of your document!
U: Font markup elements change the look of your document!

No comments:

Post a Comment