I realise that this is not the perfect place to ask this question but I don't use any other forums. I am a nube to html programming so I was just creating my own website for fun (it's about a made up cinema) and I wanted to have a background and a part in the middle of the page so I used the div tag and aligned it to the centre of the page, however, I felt that it covered too much of the background so I decided to make the div 800 pixels but now it won't align to the center. This is my programming:
<div style="background-color:grey; width:800px;" align="center;";>
Is there anything that I have gotten wrong? If so tell me who to get it right please.
<div style="background-color:grey; width:800px;" align="center;";>
Is there anything that I have gotten wrong? If so tell me who to get it right please.