HTML development timeline

A Timeline is a great way to show progression. HTML has come a long way since the first 18 tags published in 1991. Here is a brief timeline of the development of the "Language of the Web".

Notes:


See the code:

<!-- Link to jQuery framework -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
	
<!-- link to Timelinr jQuery plugin  -->
<script src="js/jquery.timelinr-0.9.53.js"></script>

<script type="text/javascript">
$(document).ready(function () {
   $().timelinr({
      arrowKeys: 'true'
   });
});
</script>