09.
How to insert a background image in HTML?
<body background = "img.png"> (b)
(c) <bg-image = img.png">
(d)
<img background = "img.png">
Non of these
Answers
Answered by
0
Answer:
In HTML, we can easily add the background Image in the Html document which is to be displayed on a web page using the following different two methods: Using the Background attribute (Html Tag)
Explanation:
<!Doctype Html>
<Html>
<Head>
<Title>
Add the Background image using background attribute
</Title>
</Head>
<Body>
JavaTpoint <br>
Html Tutorial <br>
This page helps us to understand how to show the backround image of a web page. <br>
<br>
And, this section helps you to understand how to add the background image in an Html page using the background attribute.
</Body>
</Html>
Similar questions
English,
29 days ago
Computer Science,
29 days ago
Physics,
1 month ago
Math,
8 months ago
Math,
8 months ago