Is it OK to put the footer element inside a div or must the body element be it’s parent? I suspect the answer here is no but I just want to clarify
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only restriction is an html-document having one root-node
htmlandhtmlcontainingheadandbody. For the position of the footer, you are free to use it nearly anywhere you like.If you are unsure use the spec, it tells you, where a specific element may be positioned.