DOM Enlightenment Book
HTML
<script src="https://getfirebug.com/firebug-lite-debug.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js"></script>
<!-- stop document parsing, block document parsing, load js, execute js then resume document parsing... -->
<script>console.log('hi');</script>
<!-- stop document parsing, block document parsing, execute js then resume document parsing... -->