Answers for "Hhow to make a good footer"

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 "Hhow to make a good footer"

Browse Popular Code Answers by Language