Answers for "is the footer in the body html"

9

html footer

<footer>
  <p>Author: Hege Refsnes<br>
  <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
Posted by: Guest on August-31-2021
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