cite attribute
Browser support:Sets the location of the source document.
There isn't any functionality implemented for this attribute in commonly used browsers, it contains information for authors only.
| JavaScript page for this attribute: cite. You can find other example(s) there. |
Possible values:
String that sets the URL of the source document.
Default: this attribute has no default value.
Example HTML code 1:
This example illustrates the use of the cite attribute:
|
|
||||
Some text before the quotation. <q cite="http://www.quotationspage.com/quotes/Benjamin_Franklin/"> All would live long, but none would be old. </q> Some text after the quotation. |
||||
|
||||
|
Did you find this example helpful?
|
Supported by tags:
abbr, acronym, address, b, bdo, big, blockQuote, center, cite, code, del, dfn, em, i, ins, kbd, listing, nobr, plainText, pre, q, rt, ruby, s, samp, small, strike, strong, sub, sup, tt, u, var, xmp
External links:
User Contributed Comments
