Although I did this profession for years, I wrote quite bad codes today.
<script language="javascript" src="jquery-1.2.6.js" type="text/javascript"></script>
not:
<script language="javascript" src="jquery-1.2.6.js" type="text/javascript"/>
otherwise there are lots of boring errors, such browser cannot find your javascript functions(xxx is not defined).