The footer element is used to denote things like the author's name, contact information, and copyright patent to mention a few.
A footer allows the programmer to give a general idea about the website.
<html>
<body>
<header>
<h2> Importance of the Footer element </h2>
<hr>
</header>
<p> Footer element gives additional info about the website or any blog </p>
<footer>
<a href="www.google.com"> Google Publishing </a>
<br>
<p> Copyright © 2013-2014 Prasanth Solutions . All rights reserved. </p>
<a HREF="/index.html">Index</a>
</footer>
</body>
</html>
Output
A footer allows the programmer to give a general idea about the website.
<html>
<body>
<header>
<h2> Importance of the Footer element </h2>
<hr>
</header>
<p> Footer element gives additional info about the website or any blog </p>
<footer>
<a href="www.google.com"> Google Publishing </a>
<br>
<p> Copyright © 2013-2014 Prasanth Solutions . All rights reserved. </p>
<a HREF="/index.html">Index</a>
</footer>
</body>
</html>
Output
No comments:
Post a Comment