Here are some handy code snipets to add to the html code of your web site:

TO ADD THE YEAR (and it auto updates based upon the year set on your local computer)
<script type=”text/javascript”>var d = new Date();document.write(d.getFullYear());>

TO ADD THE COPYRIGHT CHARACTER ©
&copy;

CODE TO PUT IT ALL TOGETHER (editing my information and inserting yours)
Copyright © script type=”text/javascript”>var d = new Date();document.write(d.getFullYear());
<a href=”https://ameriwebhosting.com/” target=”_blank”>Designed and Managed by Ameriweb Hosting – Plainfield, IL>

WILL DISPLAY AS:
Copyright © 2025 Designed and Managed by Ameriweb Hosting – Plainfield, IL

We have hundreds of different snippets we rely on in our coding tasks. Need something specific? Contact us and we will see if we can find what you need.