Skip to main content
edited tags
Link
skaffman
  • 404.5k
  • 96
  • 825
  • 775
Source Link
Lydon Ch
  • 8.8k
  • 20
  • 82
  • 136

html script tag

Why doesn't this work

<script src="jquery.js"/>

But this works

<script src="jquery.js"></script>

?

Firefox 3.5.8