<html>
<body>
<!--background:red; ###name of color
background:#000333; #### Hexadecimal Code Of color; both of tag is working!-->
<div style="background:green;height:40px;width:40px;">
</div>
</body>
</html>
<body>
<!--background:red; ###name of color
background:#000333; #### Hexadecimal Code Of color; both of tag is working!-->
<div style="background:green;height:40px;width:40px;">
</div>
</body>
</html>