#Background Images
12 messages · Page 1 of 1 (latest)
i think so i copied the code from the w3schools website
yep it work's thanks
sorry for the late reply
was busy during that day
but thank you
You have 2 body closing g tags
Body should have all elements used to build the website, the visible content, in head you have things that are not visible, such as links to css or favicon or meta tags and the title tag. No elements should ever be placed outside the body, i recommend you to follow an html only tutorial/course until you understand the concept
When you have a great understanding of html you can move on to CSS
good answer!