Script element in HTML/XML syntax should have separate end tag!

To function in all browsers, script element should have an explicit end tag. Best:
<script src="jquery.js" type="text/javascript" > </script>
Do not use:
<script src="jquery.js" type="text/javascript" />

Copyright © David Heitmeyer