Search results
Definition and Usage. The . cite attribute specifies a URL to a document that explains the quote, or why the text was inserted/changed. Applies to. The . cite attribute can be used on the following elements: Examples. Blockquote Example. A section that is quoted from another source: <blockquote cite="http://www.worldwildlife.org/who/index.html">
- Try It Yourself
The W3Schools online code editor allows you to edit code and...
- Html INS Cite Attribute
The cite attribute specifies a URL to a document that...
- Html Del Cite Attribute
The cite attribute specifies a URL to a document that...
- Html Checked Attribute
The checked attribute is a boolean attribute. When present,...
- Html Q Cite Attribute
The cite attribute specifies the source URL of a quote....
- Try It Yourself
- Overview
- Attributes
- Usage notes
- Browser compatibility
- See also
The HTML element is used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.
This element only includes the global attributes.
In the context of the element, a creative work that might be cited could be, for example, one of the following:
•A book
•A research paper
•An essay
•A poem
•A musical score
BCD tables only load in the browser with JavaScript enabled. Enable JavaScript to view data.
•The element for long quotations.
•The element for inline quotations and the cite attribute.
Aug 28, 2024 · The HTML cite attribute is used to specify the URL of the document that explains the quotes, message, or text that describes why the text was inserted. This attribute can be used with the following elements: HTML | <blockquote> cite Attribute; HTML | <del> cite Attribute; HTML | <ins> cite Attribute; HTML | <q> cite Attribute; Attribute Values:
Aug 9, 2011 · Uses HTMLElement. The cite element represents the title of a work (e.g. a book, a paper, an essay, a poem, a score, a song, a script, a film, a TV show, a game, a sculpture, a painting, a theatre production, a play, an opera, a musical, an exhibition, a legal case report, etc).
4 days ago · The cite attribute in HTML is used to provide a reference or citation for the source of quoted content. It is commonly applied to elements that represent quoted or referenced text, such as <blockquote> and <q>. The cite attribute helps in attributing content to its original source, adding credibility to the information presented.
Jan 1, 2017 · Use the cite attribute on a <blockquote> or <q> element to reference an online resource for a source. To avoid the default italic style from being used for the <cite> element use the CSS font-style property. Example. More information can be found in <cite>[ISO-0000]</cite>. The HTML above outputs: More information can be found in [ISO-0000].
People also ask
What is a cite attribute?
What is HTML cite attribute?
How do I cite a source in HTML?
What is the difference between cite tag and cite attribute?
What does cite mean in HTML?
How do I cite a creative work?
To include a reference to the source of quoted material which is contained within a <blockquote> or <q> element, use the cite attribute on the element. Typically, browsers style the contents of a <cite> element in italics by default.