Najkrótszy sposób na wydrukowanie bieżącego roku na stronie internetowej

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