Computer Science, asked by kezia56890, 11 months ago

how to add picture background in HTML?​

Answers

Answered by CᴀɴᴅʏCʀᴜsʜ
3

Add the image to top of your HTML document after the opening <body> tag, assigning the bg class to it. Complete the CSS file with the .bg class. We can add a responsive break point at 1024 pixels. The background image will take up the whole screen, pushing the content below on the page.

Answered by sakshi488757
2

Explanation:

use Img tag and src attribute to add background in html

Similar questions