Computer Applications

What is wrong in the following coding ?

<BODY color = "Red" background = "Myimage.jpg">

HTML Intro

11 Likes

Answer

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


Related Questions