Advertisements
Advertisements
Question
The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of the statement is mentioned under it.
<BODY color="red">
<!--Page background color should be red-->
Code Writing
Solution
The correct code is:
<BODY bgcolor = "red" >
shaalaa.com
Is there an error in this question or solution?