Possible Duplicate:
HTML single quotes a “problem”?
As in,
<span class='classname'>Hi</span>
instead of
<span class="classname">Hi</span>
Works, but is it kosher? Not too familiar with HTML/CSS-- who defines what's okay? W3C?
As in,
instead of
Works, but is it kosher? Not too familiar with HTML/CSS-- who defines what's okay? W3C?
| |||||||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Edit: See this duplicate.
| |||
|
feedback
|
|
Single quotes are and have always been completely kosher, according to the W3 specification. It's a markup/code style choice, nothing more. | |||
|
feedback
|
|
Yes, the W3C publishes HTML standards. They also provide a validator at http://validator.w3.org/ the validator is ok with both for XHTML 1.0 Strict. There is several HTML standards, so whether it’s "acceptable" entirely depends on which you're using. Furthermore collaborative projects may have a coding style which defines to use one or the other. Using | |||
|
feedback
|