Computer Science, asked by gmehta801, 10 months ago

give html code with img and background attribute

Answers

Answered by anojvarma28pcuch7
1
Specify a background image for an HTML document:
<html>

<body background="bgimage.jpg">

<h1>Hello world!</h1>

<p><a href="https://www.w3schools.com">Visit W3Schools.com!</a></p>

</body>

</html>

gmehta801: this is incomplete title is not present
anojvarma28pcuch7: oh sorry
anojvarma28pcuch7: i have fixed your problem
Similar questions