Código JavaScript para el año en HTML

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