Possible Duplicate:
Single vs Double quotes (' vs ")
I just purchased an HTML template built on Twitter Bootstrap. Parts of the template are coded with class='navbar'
rather than class="navbar"
(notice the apostrophes rather than quotation marks for the class attribute).
Is there a benefit or disadvantage to using apostrophes over quotation marks?