Answers for "code to change year on footer in html"

0

code to change year on footer in html

<p>Copyright &copy; <script>document.write(new Date().getFullYear())</script> Your Name All Rights Reserved</p>
Posted by: Guest on January-23-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language