Answers for "html does footer go outside body?"

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

Browse Popular Code Answers by Language