HTML Font Tag

There is no nature for font tag attributes will apply nature to tag
Font Tag Attributes
Color: Apply color to font
Size: Increase or Decrease font size
Face: Select font type
<html>
    <head>
                <title> First Page</title>
    </head>
    <body>
<font color='red' size='30px' face='arial'>Font Tag</font>
    </body>

</html> 

No comments:

Post a Comment