Computer Applications
Gagandeep has written the following code to display an image in the background of HTML document :<BODY BgGround = "Animals.jpeg">
but he is not getting the desired output. Help him in identifying correct code from the following :
<BODY Bg = "Animals.jpeg"><BODY BACK = "Animals.jpeg"><BODY BGIMAGE = "Animals.jpeg"><BODY BACKGROUND = "Animals.jpeg">
Related Questions
With which HTML tag do you apply attributes that modify text size, font-face, and color ?
<font><mod><f><text>
Which HTML tag would you apply the bgcolor attribute to in order to change the background color of the web page ?
<html><head><body><p>
In which section of an HTML document do you enter the
<P>element ?- The body section.
- The footer section.
- The style sheet.
- The head section.
In which HTML element do you apply attributes that modify the background image ?
- The
<html>element. - The
<head>element. - The
<background>element. - The
<body>element.
- The