Copyright w/Automatic Year
The year is automatically updated.
Inserted code:
<div><b>©<script>document.write(new Date().getFullYear());</script>, My Company.</b> </div>
Use CSS styles to format font:
<div style="color:Tomato;font-family: Arial, Helvetica, sans-serif;"><b>©<script>document.write(new Date().getFullYear());</script>, My Company.</b> </div>
More advanced. Click the arrow icon to view details
Inserted code:
<!DOCTYPE html>
<html>
<body>
<details style="color:black; font-weight: bold;">
<summary>©<script>document.write(new Date().getFullYear());</script>, Company.</summary>
<p> - by Company. All Rights Reserved.</p>
<p>All content and graphics on this web site are the property of Company.</p>
</details>
</body>
</html>
After embedding the code in a page you can click and drag it into the footer area if you want it there.