Why can't i put a background image in html?

Karan

New member
My code is as follows please correct me if i am wrong!!!


<HTML>
<Head>
<Title>Welcome to my website</Title>
</Head>

<body>
<Body BACKGROUND= "n.gif">
<BGSOUND SRC="Counter Strike 1.6.wav" loop=10>
<h1>GAME ON</h1>
<p>This is a website dedicated to all the GAMERZ ALIVE!!! OH YEAH!!</p>
</br>
<p>Below are a few genres.Click on the genre you want to visit.</p>
</br>
<a href="webpage 3.HTM">First Person Shooting</a>
</body>
</HTML>
 
Back
Top