header and footer html code example
Example 1: html footer
<footer>
<nav>
<a href="some-url" target="_blank">Footer link</a>
<a href="some-url">Footer link</a>
<a href="some-url">Footer link</a>
</nav>
© 2020 Some copyright message.
<address>
Contact <a href="mailto:[email protected]">me</a>
</address>
</footer>
Example 2: html should the footer be inside body
<body>
<footer>
</footer>
</body>
Example 3: html layout
<!DOCTYPE html>
<html>
<head>
<title>TITLE</title>
<script>
</script>
<style>
</style>
</head>
<body>
<h1>Hello!</h1>
</body>
</html>
Example 4: how to use header and footer in css
how to make 2 frames in html
Example 5: how to layout footer
how to layout footer