English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
HTML q cite property
Online Example
Example <!DOCTYPE html> <html> <head> - <title>HTML: <q> cite property3codebox.com)</title> </head> <body> <p>United Nations Children's Fund: <q cite="http://www.un.org"> The United Nations Children's Fund is a major driving force for promoting a world where children's rights are realized. Our influence on global decision-makers and a wide range of partners at the grassroots level enables us to turn some creative ideas into reality. This distinguishes us from other world organizations and organizations working with children. </p> </body> </html>Test to see ‹/›
IEFirefoxOperaChromeSafari
The cite attribute has no visual effect in ordinary web browsers, but can be used by screen readers.
The cite attribute specifies the source URL of the reference.
None.
<q cite="URL">
Value | Description |
---|---|
URL | Specifies the source URL of the quotation. Possible values: Absolute URL-Points to another website (for example href =“ http://www.example.com/page.htm”) Relative URL-Points to a file within a website (for example href =“ page.htm”) |