It is The q cite attribute.
Example:
HTML
<!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>
How to add A section that is quoted from another source | HTML Attribute |
How to add A deleted text with a URL to a document that explains why the text was deleted | HTML Attribute |
How to add An inserted text with a URL to a document that explains why the text was inserted | HTML Attribute |
How to Specify the source URL of a quote | HTML Attribute |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Attribute |
Uploaded by: | Admin |