Translate

Sunday, May 4, 2014

7.Font settings

To set the font we use the tag <font> tag <font> some attribute as follows:
- Face: Font Name
- Size: The size of the letters
- Color: for determining the color of the letters
example

<html>
<head><title>Welcome to komsab-kh.blogspot.com</title></head>
<body>
<p>
<font face="Kh Dangrek">
  HTML is the language that is used for compiling information For online internet.
</font>
</p>
</body>
</html>
results

0 comments:

Post a Comment