font tags
As,we all know font colors..r in RGB format..each color value ranges from 0 to 255...when i write the below...code...
<html>
<head>
<title>
colors
</title>
<h1>CoLor DESiGNS
</h1>
</head>
<body>
<font color="rgb(0,255,0)">hello,dude</font>
</body>
</html>
the browser omits the html element(font tag part)...just prints the text in black color....Do ..i need to write in HEX only!!? pls...help me out..thank you :)