Using the <q> Tag
- Bare:
What's this
Jane asked.subermaket
? - CSSed bare:
What's this
Jane asked.subermaket
? - CSSed w/
quotes
:What's this
Jane asked.subermaket
? - Entities:
“
‘What's this
Jane asked.”“subermaket”
?’ - ASCII:
"
'What's this
Jane asked.""subermaket"
?'
Browser Support
- Gecko/20020910-20021014 displays treats the <q> tag as a straight double quote in 1/2 and as a curly double quotes in 3. It mixes <q> quotes with author-supplied quotes in 4/5. (screenshot)
- IE 6.0 ignores the quote tag. (screenshot)
links
0.92 ignores the quote tag. (screenshot)- Opera 6 treats the <q> tag as a straight double quote in 1/2 and gets very confused in 3. It mixes <q> quotes with author-supplied quotes in 4/5. (screenshot)
lynx
2.8.5dev.8 (28 May 2002) (development version) displays 1/2/3 with the proper quotes. It mixes <q> quotes with author-supplied quotes in 4/5. (screenshot)- If you have a different browser, let me know how it fares.
Not Using the <q> Tag
- Entities: “‘What's this “subermaket”?’ Jane asked.”
- ASCII: "'What's this "subermaket"?' Jane asked."