Code:
<style type="text/css"> <!-- TD { font-color: red;} --> </style> <TABLE> <TR> <TD> I am a boy </TD> </TR> </TABLE>
I think the text "I am a boy" is supposed to be in red.
But it is actually shown in black.
What's wrong with the above code?
Thank in Advance.
Comment