Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
q {
font-style:italic;
font-weight:bold;
}
W3C said:Visual user agents must ensure that the content of the Q element is rendered with delimiting quotation marks. Authors should not put quotation marks at the beginning and end of the content of a Q element.
<!--[if IE]>
<![endif]-->
<html>
<body>
And so I said to him <q lang="en-uk"><!--[if IE]>"<![endif]-->I have never been so exhausted after such a marathon session<!--[if IE]>"<![endif]--></q>
<br />
And so I said to him <q lang="en-uk">"I have never been so exhausted after such a marathon session"</q>
</body>
</html>
<!--[if lt IE 7]>
How about this for a more standards compliant solution? ... Use a server side script ... to sniff the browser
If music be the food of love
<cite>"play on, give me excess of it"</cite>
Which means in this case that Q is still the tag to use for the quote; cite tells us who the quote is from.As <CITE>Harry S. Truman</CITE> said,
<Q lang="en-us">The buck stops here.</Q>