footer.aspx font size:
<html>
<head>
<title>Abakada HTML Demo: footer Element</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style>
   section { background-color: eed; border-radius: 30px;
      box-shadow: -4px 4px 4px gray }
   li { margin: 0 15; padding-bottom: 20 }
   footer { background-color: ghostwhite;
      border: 1px inset lightgray; font-size: 10pt }
   td { font-size: 10pt }
</style>
</head>

<body>
<div class="header"><h2>Abakada HTML Demo: <b>footer Element</b></h2></div>
<hr size=1 width=92%>

<p id="msg">Notable quotes from William Shakespeare, capturing the essence of love in his timeless works.</p>
<section>
   <br>
   <ul>
      <li><b>�Shall I compare thee to a summer�s day? Thou art more lovely and more temperate.�</b> ~ This famous line from Sonnet 18 highlights the beauty and constancy of love.</li>
      <li><b>�I do love nothing in the world so well as you ~ is not that strange?�</b> ~ A declaration of deep affection, showcasing the intensity of love.</li>
      <li><b>�Love looks not with the eyes, but with the mind, And therefore is winged Cupid painted blind.�</b> ~ This quote from "A Midsummer Night's Dream" emphasizes that true love transcends physical appearance.</li>
      <li><b>�Doubt thou the stars are fire; Doubt that the sun doth move; Doubt truth to be a liar; But never doubt I love.�</b> ~ From "Hamlet," this quote expresses unwavering love and devotion.</li>
      <li><b>�I would not wish any companion in the world but you.�</b> ~ A simple yet powerful expression of love and companionship.</li>
   </ul>
   <br>
</section>

<br>
<center>
<footer>
<table cellpadding=10>
<tr><td><a href="#about">About us...</a><td><a href="#feedback">Send feedback!</a><td><a href="#sitemap">Sitemap</a></tr>
</table>
<span>Copyright &copy;2025 The Smacker ~ <a href="#tos">Terms of Service</a></span>
</footer>
</center>

<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->

</body>
</html>