+ 1
Pls where do I have to place a header and a footer in an html documents?
header and footer
10 Answers
+ 7
No you cannot use <section> in place of body,
instead you use <section> inside <body> which specify a section inside body.
+ 6
Wherever you want!
They are semantic elements introduced in HTML5.
They are used to represent the sections of document. But it doesn't mean that header will only be placed at top of html and footer at it's bottom.
You can place any of them at any place of your HTML document.
+ 6
Yeah sure you can place it on the top of body tag.
Actually these tags just represent the section but nothing happens to the content when you use <header>, <footer>, <section>, <aside> etc tags.
+ 6
fb.com/sachin.artani
+ 6
hehe no issue, disturb me when you want âș
+ 1
can I have ur address so that I can ask u something when am stuck
+ 1
can I also use the section tag in place of the body tag?
+ 1
ok bro thank you very much I would love to ask you more but I feel like am bothering you so pls later
0
Pls can I put it on top of the body tag
0
Oh ok thank you bro