Answers for "does the footer go in the body html"

2

html should the footer be inside body

<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>
Posted by: Guest on December-08-2020

Code answers related to "does the footer go in the body html"

Browse Popular Code Answers by Language