Computer Science, asked by s2018mohit, 1 month ago

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 sauravk52497
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