HTML-элемент <cite> (от англ. Citation) представляет из себя ссылку на источник цитаты. Он должен включать в себя название произведения или URL, который может быть в сокращённом виде в соответствии с правилами, используемых для добавления метаданных цитирования.
Об использовании:
Content categories | Flow content, phrasing content, palpable content. |
---|---|
Permitted content | Phrasing content. |
Tag omission | {{no_tag_omission}} |
Permitted parent elements | Any element that accepts phrasing content. |
DOM interface | {{domxref("HTMLElement")}} Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the {{domxref("HTMLSpanElement")}} interface for this element. |
Для данного элемента доступны только глобальные атрибуты.
More information can be found in <cite>[ISO-0000]</cite>
{{EmbedLiveSample('Пример')}}
To avoid the default italic style from being used for the <cite> element use the CSS {{cssxref("font-style")}} property.
{{Compat("html.elements.cite")}}