Code javascript pour l'année en HTML

<script type="text/javascript">
  document.write(new Date().getFullYear());
</script>
Jolly Jaguar