This may sound like an unrealistic question, but ...
why browsers follow this syntax:
<script type='text/javascript' src="/path/to/my.js" />
and instead want
<script type='text/javascript' src="/path/to/my.js"></script>
It seems the first construct should be valid, as there is no internal content inside the tag.
?
source share