From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/html/element/cite/index.html | 149 +++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 files/pt-br/web/html/element/cite/index.html (limited to 'files/pt-br/web/html/element/cite/index.html') diff --git a/files/pt-br/web/html/element/cite/index.html b/files/pt-br/web/html/element/cite/index.html new file mode 100644 index 0000000000..48e43bd17a --- /dev/null +++ b/files/pt-br/web/html/element/cite/index.html @@ -0,0 +1,149 @@ +--- +title: +slug: Web/HTML/Element/cite +translation_of: Web/HTML/Element/cite +--- +

O elemento HTML <cite> representa uma referência a um trabalho artístico. Deve incluir o título do trabalho ou uma URL de referência, que pode ser em uma forma abreviada de acordo com as convenções usadas para a adição dos metadados de citação.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Content categoriesFlow content, phrasing content, palpable content.
Permitted contentPhrasing content.
Tag omission{{no_tag_omission}}
Permitted parentsAny element that accepts phrasing content.
Permitted ARIA rolesAny
DOM interface{{domxref("HTMLElement")}} Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the {{domxref("HTMLSpanElement")}} interface for this element.
+ +

Atributos

+ +

Este elemento inclui apenas atributos globais.

+ +

Notas

+ + + +

Exemplo

+ +
Mais infirmações podem ser encontrada em <cite>[ISO-0000]</cite>.
+ +

A saída do HTML acima:

+ +

Mais infirmações podem ser encontrada em [ISO-0000].

+ +

Especificação

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificaçãoEstadoComentário
{{SpecName('HTML WHATWG', '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}}
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +

Veja também

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