Self-Closing Tags

Ever since the days on XHTML, I always wished script tags that had a src attribute could be self-closing. Such as:
<script type="text/javascript" src="some.js" />

Instead of:
<script type="text/javascript" src="some.js"></
script>


No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URI

Sorry, the comment form is closed at this time.