Sunday, 15 November 2015

ADDING EFFECTS TO FONTS IN HTML

<html>
<head>
<title>
 WEB DESIGNING
 </title>
 </head>

 <body>

  <font size="10"> HELLO WORLD !! </font>

  <font size="6" color="pink"> <br> <b>this line is displayed in bold look </b> </font>

  <font size="14" color="green"> <br> <i>this line is diplayed in italic look </i> </font>

  <font size="12" color="blue"> <br> <u>this line is diplayed in underlined look </u> </font>

  <font size="6" color="gray"> <br> <b> <i> <u> this line is displayed in bold,italic with underlined </u> </i> </b> </font>

   </body>
  </html>



RESULT






No comments:

Post a Comment