diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-pt/web/html/referencia/index.html | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-pt/web/html/referencia/index.html')
-rw-r--r-- | files/pt-pt/web/html/referencia/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/pt-pt/web/html/referencia/index.html b/files/pt-pt/web/html/referencia/index.html new file mode 100644 index 0000000000..e2f5085a81 --- /dev/null +++ b/files/pt-pt/web/html/referencia/index.html @@ -0,0 +1,27 @@ +--- +title: Referência HTML +slug: Web/HTML/Referencia +tags: + - HTML + - Landing + - Referencia + - Web +translation_of: Web/HTML/Reference +--- +<div>{{HTMLSidebar}}</div> + +<p>Esta referência <a href="/en-US/docs/Web/HTML">HTML</a> descreve <strong>todos os elementos</strong> e<strong> atributos</strong> de HTML, incluindo os <strong>atributos globais</strong> que se aplicam a todos os elementos.</p> + +<dl> + <dd></dd> + <dt><a href="/pt-PT/docs/Web/HTML/Elemento">Referência de elementos HTML</a></dt> + <dd>Esta página lista todos os HTML elementos.</dd> + <dt><a href="/pt-PT/docs/Web/HTML/Atributos">Referência de atibuto HTML</a></dt> + <dd></dd> + <dt><a href="/pt-PT/docs/Web/HTML/Atributos_globais">Atributos globais</a></dt> + <dd></dd> + <dt><a href="/pt-PT/docs/Web/HTML/Tipos_de_hiperligacao">Tipos de hiperligação</a></dt> + <dd>Em HTML, os seguintes tipos de hiperligação indicam a relação entre dois documentos, em que uma se interliga com a outra, utilizando um elemento <a>, <area>, ou <link>.</dd> +</dl> + +<p><span class="alllinks"><a href="/pt-PT/docs/tag/HTML" title="Article tagged: HTML">Ver todas as páginas "HTML" etiquetadas...</a></span></p> |