Manual de referência de tags HTML - ordenação por função
- Página anterior Elementos HTML (ordenados alfabeticamente)
- Próxima página Suporte do navegador HTML
Ordenar tags HTML por categorias de função
Básico
Tag | Descrição |
---|---|
<!DOCTYPE> | Definir o tipo de documento. |
<html> | Definir a raiz do documento HTML. |
<head> | Definir informações sobre o documento. |
<title> | Definir título do documento. |
<body> | Definir o corpo do documento. |
<h1> to <h6> | Definir título HTML. |
<p> | Definir parágrafo. |
<br> | Definir uma quebra de linha simples. |
<hr> | Definir a mudança de tema do conteúdo. |
<!--...--> | Definir comentário. |
Formatação
Tag | Descrição |
---|---|
<acronym> | Não suportado no HTML5. Use <abbr> Substituir.Definir sigla. |
<abbr> | Definir abreviação ou sigla. |
<address> | Definir informações de contato do autor ou proprietário do documento. |
<b> | Definir texto em negrito. |
<bdi> | Definir a direção do texto, desligando a configuração da direção do texto ao seu redor. |
<bdo> | Definir a direção do texto. |
<big> | Não suportado no HTML5. Use CSS Substituir.Definir texto em grande. |
<blockquote> | Definir citação longa. |
<center> | Não suportado no HTML5. Use CSS Substituir.Definir texto centralizado. |
<cite> | Definir o título da obra. |
<code> | Definir um trecho de código de computador. |
<strike> | 定义已从文档中删除的文本。 |
Definir texto removido do documento. | <dfn> |
Definir termo a ser definido no conteúdo. | <em> |
Definir texto em destaque. | Não suportado no HTML5. Use CSS Substituir.<font> |
Definir tipo de letra, tamanho e cor do texto. | <i> |
Definir parte do texto expressa com tom ou modo diferente. | <ins> |
Definir texto inserido no documento. | <kbd> |
Definir entrada de teclado. | <mark> |
Definir texto que deve ser marcado ou destacado. | <meter> |
Definir medidor conhecido no intervalo. | <pre> |
Definir texto pré-formatado. | <progress> |
Definir progresso da tarefa. | <q> |
Definir citação curta. | <rp> |
Definir conteúdo a ser exibido em navegadores que não suportam comentários ruby. | <rt> |
Definir explicação/phonética do caractere (para tipografia do Oriente). | <ruby> |
ou | Definir comentário ruby (para tipografia do Oriente). |
Definir texto que não é mais correto. | <samp> |
Definir saída de exemplo do programa de computador. | <small> |
Definir texto pequeno. | Não suportado no HTML5. Use <strike> <del> ou Substituir.Definir texto com traço superior. |
<strong> | Definir texto importante. |
<sup> | Definir texto de superíndice. |
<sub> | Definir texto de subíndice. |
<template> | Definir contêiner usado para conter conteúdo oculto durante a carga da página. |
<time> | Definir data/hora. |
<tt> | Não suportado no HTML5. Use CSS Substituir.Definir texto de teclado. |
<u> | Definir texto que não é explicitamente expresso e tem estilo diferente do texto normal. |
<var> | Definir variável. |
<wbr> | Definir quebra de linha possível. |
Formulário e entrada
Tag | Descrição |
---|---|
<form> | Definir formulário HTML para entrada do usuário. |
<input> | Definir controle de entrada. |
<textarea> | Definir controle de entrada de texto multilinha. |
<button> | Definir botão clicável. |
<select> | Definir a lista suspensa. |
<optgroup> | Definir grupos de opções relacionadas na lista suspensa. |
<option> | Definir opções na lista suspensa. |
<label> | Define Elemento <input> Anotação |
<fieldset> | Classificar elementos relacionados no formulário. |
<legend> | Define Elemento <fieldset> The title. |
<datalist> | Definir a lista de opções pré-definidas do controle de entrada. |
<output> | Definir o resultado da contagem. |
Frame
Tag | Descrição |
---|---|
<frame> | Não suportado no HTML5.Definir as janelas ou frames da estrutura de frames. |
<frameset> | Não suportado no HTML5.Definir a estrutura de frames. |
<noframes> | Não suportado no HTML5.Definir conteúdo alternativo para usuários que não suportam frames. |
<iframe> | Define the inline frame. |
Image
Tag | Descrição |
---|---|
<img> | Define the image. |
<map> | Define the image map. |
<area> | Define the area inside the image map. |
<canvas> | Used to dynamically draw graphics through scripts (usually JavaScript). |
<figcaption> | Define The figure element The title. |
<figure> | Specify self-contained content. |
<picture> | Define the container of multiple image resources. |
<svg> | Define the container of the SVG graphic. |
Audio/Video
Tag | Descrição |
---|---|
<audio> | Define embedded audio content. |
<source> | Define media elements (such as <video>,<audio> E <picture>Multiple media resources. |
<track> | Define the text track used in the media player. |
<video> | Define embedded video content. |
Link
Tag | Descrição |
---|---|
<a> | Define the hyperlink. |
<link> | Define the relationship between the document and external resources (most commonly used for linking style sheets). |
<nav> | Define navigation links. |
List
Tag | Descrição |
---|---|
<menu> | Define the unordered list. |
<ul> | Define the unordered list. |
<ol> | Define the ordered list. |
<li> | Define the item in the list. |
<dir> | Não suportado no HTML5. Use CSS Substituir.Define the directory list. |
<dl> | Define the description list. |
<dt> | Define the term/term name in the description list. |
<dd> | Define the description/description of the term in the description list. |
Table
Tag | Descrição |
---|---|
<table> | Define the table |
<caption> | Define the table title. |
<th> | Define the header cell in the table. |
<tr> | Define the row in the table. |
<td> | Define the cell in the table. |
<thead> | Define the header content of the table. |
<tbody> | Define the main content of the table. |
<tfoot> | Define the table note content (footnote). |
<col> | Specify The <colgroup> element Column properties of each column in the middle. |
<colgroup> | Specify the column group for formatting in the table. |
Style and semantics
Tag | Descrição |
---|---|
<style> | Define style information of the document. |
<div> | Define a section (fragment) in the document. |
<span> | Define a part of the text, or a part of the document. |
<header> | Define the header of the document or section. |
<hgroup> | Define the title and related content. |
<footer> | Define the footer of the document or section. |
<main> | Define the main content of the document. |
<section> | Define a part of the document. |
<search> | Define the search section. |
<article> | Define the article. |
<aside> | Define the content outside the page. |
<details> | Definir outras informações detalhadas que o usuário pode visualizar ou ocultar. |
<dialog> | Definir um diálogo ou janela. |
<summary> | Definir o título visível do elemento <details>. |
<data> | Adicionar uma tradução legível por máquina para o conteúdo fornecido. |
Meta-informações
Tag | Descrição |
---|---|
<head> | Incluir metadados/informações do documento. |
<meta> | Definir metadados sobre o documento HTML. |
<base> | Especificar o URL de base e/ou destino para todos os URLs relativos no documento. |
<basefont> | Não suportado no HTML5. Use CSS Substituir.Definir a fonte, cor ou tamanho padrão do texto do documento HTML. |
Programação
Tag | Descrição |
---|---|
<script> | Definir script do cliente. |
<noscript> | Definir conteúdo alternativo para usuários que não suportam scripts do cliente. |
<applet> | Não suportado no HTML5. Use <embed> E <object> Substituir.Definir um miniaplicativo embutido. |
<embed> | Definir o contêiner de recursos externos. |
<object> | Definir o contêiner de recursos externos. |
<param> | Definir os parâmetros do objeto. |
- Página anterior Elementos HTML (ordenados alfabeticamente)
- Próxima página Suporte do navegador HTML