back
Code
HTML
Web
<body>
<font face="Verdana" size="6" color="red">
Font size can be set between 1 and 7
</font>
<font size="4" color="#F88B00">
The colour can be set using either its name, hex, or rgb codes
</font>
</body>