<!DOCTYPE html>
<html>
<body>
<h1>The q cite attribute</h1>
<p>WWF's goal is to:
<q cite="http://www.wwf.org">
Build a future where people live in harmony with nature.</q>
We hope they succeed.
</p>
<p><b>Note:</b> The cite attribute has no visual effect in ordinary web browsers, but can be used by screen readers.</p>
</body>
</html>