Краткий способ печати текущего года на веб -сайте

<script>document.write(new Date().getFullYear())</script>
Encouraging Eland