CBSE Class 10 Computer Applications
Question 42 of 176
HTML I — Basic HTML Elements — Question 40
Back to all questions 40
Question Question 40
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 <body> element.
Reason — Background attribute of <BODY> tag is used to modify the background image of HTML document.