Answers for "Which HTML5 tag would you use to define footer?"

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

Code answers related to "Which HTML5 tag would you use to define footer?"

Browse Popular Code Answers by Language