1 point
How to insert a background
image in HTML?
O <img background = "img.png">
<body background = "img.png">
Ο Ο Ο Ο
<bg-image = "img.png">
O None of the above
Answers
Answered by
1
Answer:
The answer will be :-
<body background = "img.png">
Please mark me as brainliest.
Explanation:
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY BACKGROUND = "img.png">
</BODY>
</HTML>
Similar questions