Computer Science, asked by anshu821976, 10 months ago

write the html code to set your school logo as the background of your page?

Answers

Answered by sahushobhit225
10

Explanation:

<!DOCTYPE html>

<html>

<body background="w3s.png">

<h1>Hello world!</h1>

<p><a href="https://www.ypurwebsite.com">Visit yourwebsite.com!</a></p>

<p>The background attribute is not supported HTML5. Use CSS instead.</p>

</body>

</html>

Please follow me and mark as brainliest...

Answered by somanandini2006885
3

Answer:

<html>

<head><title>my web page</title>

</head>

<body background="school logo.jpg">

</body>

</html>

this is your correct answer!!

Similar questions