make a 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: membuat footer html
<div id="container">
<div id="header">
<h1>Layout Footer Menempel Ke Bawah</h1>
</div>
<div id="content">
</div>
<div id="footer">
Copyright © 2014
Designed by ..............
</div>
</div>