What is wrong in the following coding ?
<BODY color = "Red" background = "Myimage.jpg">
11 Likes
The attribute used to set the colour of text in a document is text.
The correct code is as follows:
<BODY text = "Red" background = "Myimage.jpg">
Answered By
6 Likes
<FONT face = comic sans ms color = Red>
<FONT color = #345678
<BR> </BR>
<P Font face = "Arial" color = "Blue">