From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/ca/web/html/element/cite/index.html | 152 ++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 files/ca/web/html/element/cite/index.html (limited to 'files/ca/web/html/element/cite/index.html') diff --git a/files/ca/web/html/element/cite/index.html b/files/ca/web/html/element/cite/index.html new file mode 100644 index 0000000000..eb62993b69 --- /dev/null +++ b/files/ca/web/html/element/cite/index.html @@ -0,0 +1,152 @@ +--- +title: +slug: Web/HTML/Element/cite +tags: + - Element + - HTML + - Referencia + - Web +translation_of: Web/HTML/Element/cite +--- +

Sumari

+ +

L'Element HTML de citació (<cite>) representa una referència a un treball creatiu. Haurà de constar del títol d'una obra o una referència d'URL, que pot ser en forma abreujada d'acord amb les convencions que s'utilitzen per a l'addició de metadades citació.

+ +
+

Notes d'ús:

+ +
    +
  • Un treball creatiu pot incloure un llibre, un paper, un assaig, un poema, una partitura, una cançó, un guió, una pel·lícula, un programa de televisió, un joc, una escultura, una pintura, una obra de teatre, una obra, una òpera, un musical, una exposició, un informe jurídic d'un cas, un programa informàtic, un lloc web, una pàgina web, una entrada de blog o comentari, un missatge en el fòrum o comentari, un tweet, una declaració oral o escrita, etc.
  • +
  • L'especificació del W3C estableix que una referència a un treball creatiu pot incloure el nom de l'autor, mentre que WHATWG ha declarat que no pot incloure el nom d'una persona sota cap circumstància.
  • +
  • Utilitzeu l'atribut {{htmlattrxref("cite", "blockquote")}} en un element {{HTMLElement("blockquote")}} o {{HTMLElement("q")}} per fer referència a un recurs en línia per a una font.
  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Categories de contingutFlow content, phrasing content, contingut palpable.
Contingut permèsPhrasing content.
Omissió de l'etiqueta{{no_tag_omission}}
Elements pares permesosQualsevol element que accepti phrasing content.
Interfície DOM{{domxref("HTMLElement")}} Fins Gecko 1.9.2 (Firefox 4) inclosos, Firefox implementa la interfície {{domxref("HTMLSpanElement")}} per a aquest element.
+ +

Atributs

+ +

Aquest element només inclou els atributs globals.

+ +

Exemple

+ +
More information can be found in <cite>[ISO-0000]</cite>.
+ +

Resultat del codi HTML:

+ +

Més informació es pot trobar a la [ISO-0000].

+ +

Notes

+ +

Per evitar el ús de l'estil cursiva per defecte per l'element <cite> utilitzar la propietat CSS {{cssxref("font-style")}}.

+ +

Especificacions

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-cite-element', '<cite>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-cite-element', '<cite>')}}{{Spec2('HTML5 W3C')}} 
{{SpecName('HTML4.01', 'struct/text.html#h-9.2.1', '<cite>')}}{{Spec2('HTML4.01')}} 
+ + + +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +

Veure

+ + + +
{{HTMLRef}}
-- cgit v1.2.3-54-g00ecf