where is footer in code code example
Example 1: html should the footer be inside body
<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>
Example 2: how to layout footer
how to layout footer
<!-- The <footer> tag should be used within the <body> tag. -->
<body>
<footer>
</footer>
</body>
how to layout footer