Footer Code W3schools Code Example


Example: html footer


<footer>
<!-- Footer links -->
<nav>
<a href="some-url" target="_blank">Footer link</a> <!-- opens in new tab -->
<a href="some-url">Footer link</a>
<a href="some-url">Footer link</a>
</nav>
<!-- Copyright footnote -->
&copy; 2020 Some copyright message.
<!-- Contact link -->
<address>
Contact <a href="mailto:me@mailservice.com">me</a>
</address>
</footer>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable