header and footer inside body code example
Example: html should the footer be inside body
<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>
<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>