Computer Science, asked by Anonymous, 1 year ago

how to set full image as background in htmls


kvnmurty: one is not supposed to copy from internet sites

Answers

Answered by poojan
2
<body>  <img alt="full screen background image" src="/background.jpg" id="full-screen-background-image" />   <div id="wrapper">    <p>Content goes here...</p>  </div></body>

kvnmurty: :)
Similar questions