Computer Science, asked by swethasureddy7123, 1 year ago

Explain how an image can be added on a web page background using HTML tag.

Answers

Answered by SudhirRai
7
<img src="pic_trulli.jpg"alt="Italian Trulli">
Answered by sahil12718
4

Explanation:

so far, we have seen HTML code that presents content on simple white background. To present the content on decorative and colorful background, we can use the background attribute with body tag. For the text background, we may use any image available with us in our computer. To set a background of HTML page we use the following tag :

 &lt; body \:  background \:  = rainbow.jpg &gt;

Similar questions