Answers for "how to add copyright year in html element using javascript"

3

javascript display year copyright

<script>document.write(new Date().getFullYear())</script>
Posted by: Guest on March-23-2021

Code answers related to "how to add copyright year in html element using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language