CBSE Class 10 Computer Applications
Question 88 of 176
HTML I — Basic HTML Elements — Question 9
Back to all questions 9
Question Question 9
Add a background image.
<HTML>
<BODY background = "background.jpg">
<H3>Look: Image Background!</H3>
<P>Both gif and jpg files can be used as HTML backgrounds.</P>
<P>If the image is smaller than the page, the image will repeat itself.</P>
</BODY>
</HTML>Output
