sábado, 4 de outubro de 2014

Aprendendo HTML 5


Lista de elementos do HTML5

 

 

 Esta página lista todos os  elementos do padrão HTML5, descrito por sua tag de abertura e agrupadas por função. Ao contrário do que o índice do elemento HTML que lista todas as tags possíveis, padrão, não-padrão, os válidos, obsoletos ou obsoleto, esta lista apenas os elementos HTML5 válidos. Somente aqueles devem ser utilizados em novos sites O simbolo This element was added as part of HTML5 indica que o elemento foi adicionado em HTML 5. Note-se que outros elementos listados, podem ter sido modificados ou mantidps pelo HTML5 Especificação.

Elemento raiz

Elemento Descrição
<html> Representa a raiz de um documento HTML ou XHTML. Todos os outros elementos devem ser descendentes desse elemento.

Metadatos do documento

Elemento Descrição
<head> Representa uma coleção de metadados sobre o documento, incluindo links suas definições de scripts e folhas de estilo.
<title> Define o título do documento , apresentado na barra de título do navegador ou na guia da página. Ele só pode conter texto e todas as tags contidas não são interpretados.
<base> Define a URL base para URL relativa na página .
<link> Usado para linkar JavaScript e CSS externo o documento HTML .
<meta> Define os metadados que não podem ser definidas usando outro elemento HTML .
<style> Style tag usada para escrever CSS iline.

Scripting

Elemento Descrição
<script> Define um script interno ou link para um script externo. A linguagem de script é JavaScript
<noscript> Define um conteúdo alternativo a ser exibido quando o navegador não suporta scripts..

Seções

Elemento Descrição
<body>
Representa o principal conteúdo de um documento HTML. Há apenas um elemento <body> em um documento.
<section> This element has been added in HTML5 Define a seção do Documento.
<nav> This element has been added in HTML5 Define uma seção que contém apenas links de navegação
<article> This element has been added in HTML5 Define que pode existir de forma independente do resto do conteúdo. Esta Tag poderia ser um post no fórum, um artigo de revista ou jornal, uma entrada de log da Web, um comentário enviado pelo usuário, ou qualquer outro item independente do conteúdo.
<aside> This element has been added in HTML5 Define um conteúdo reservado do resto do conteúdo da página. Se for removida, o conteúdo restante ainda fazem sentido.
<h1>,<h2>,<h3>,<h4>,<h5>,<h6> São elementos que representam os seis níveis de titulos de cabeçalhos dos documentos. Um elemento título descreve brevemente o tema da seção.
<hgroup> This element has been added in HTML5 Agrupa um conjunto de <h1> para <h6> elementos quando um título tem vários níveis. *tag excluida da documentação do html5 pelo W3C.
<header> This element has been added in HTML5 Define o cabeçalho de uma página ou seção. Muitas vezes contém um logotipo, o título do site e uma menu de navegação do conteúdo.
<footer> This element has been added in HTML5 Define o rodapé de uma página ou seção. Muitas vezes contém um aviso de copyright, alguns links para informações legal ou endereços para dar feedback.
<address> Define uma seção que contém informações de contato, como endereço e telefone.
<main>This element has been added in HTML5 Define o conteúdo principal ou importante no documento. Existe apenas um elemento <main> no documento.

Agrupando conteúdo

Elemento Descrição
<p> Define uma parte que deve ser exibido como um paragrafo.
<hr> Representa uma ruptura temática entre parágrafos de um artigo ou seção ou qualquer conteúdo mais longo.
<pre> Indica que o seu conteúdo é pré-formatado e que este formato deve ser preservada.
<blockquote> Representa uma citação.
<ol> Define uma lista ordenada de itens, que é uma lista que mudam o seu significado, se alterar a ordem dos seus elementos
<ul> Define uma lista não ordenada.
<li> Define um item de uma lista de uma ol ou de um ul.
<dl> Representa uma Lista de Definição
<dt> Representa um item da Lista de Definição <dd>.
<dd> Representa a definição dos termos listados imediatamente antes dele.
<figure> This element has been added in HTML5 O elemento figura representa um conteúdo de fluxo, opcionalmente com um subtítulo.
<figcaption> This element has been added in HTML5 Representa a legenda do Figure.
<div> Representa um contêiner genérico sem nenhum significado especial.

Text-level semantics

Element Description
<a> Representa um contêiner genérico sem nenhum significado especial Representa um hyperlink, ligando a outro recurso.
<em> Representa a enfâse do conteudo.
<strong> Representa a importância de um pedaço de texto com o forte elemento não altera o sentido da frase.
<small> Represents a side comment , that is text like a disclaimer, a copyright which is not essential to the comprehension of the document.
<s> Represents content that is no longer accurate or relevant .
<cite> Represents the title of a work .
<q> Represents an inline quotation .
<dfn> Represents a term whose definition is contained in its nearest ancestor content.
<abbr> Represents an abbreviation or an acronym , eventually with its meaning.
<data> This element has been added in HTML5 Associates to its content a machine-readable equivalent . (This element is only in the WHATWG version of the HTML standard, and not in the W3C version of HTML5).
<time> This element has been added in HTML5 Represents a date and time value, eventually with a machine-readable equivalent.
<code> Represents some computer code .
<var> Represents a variable, that is an actual mathematical expression or programming context, an identifier representing a constant, a symbol identifying a physical quantity, a function parameter, or a mere placeholder in prose.
<samp> Represents the output of a program or a computer.
<kbd> Represents user input , often from the keyboard, but not necessary, it may represent other input, like transcribed voice commands.
<sub>,<sup> Represents a subscript , respectively a superscript.
<i> Represents some text in an alternate voice or mood, or at least of different quality, such as a taxonomic designation, a technical term, an idiomatic phrase, a thought or a ship name.
<b> Represents a text which to which attention is drawn for utilitarian purposes . It doesn't convey extra importance and doesn't implicate an alternate voice.
<u> Represents unarticulate non-textual annoatation, such labeling the text as being misspelt or labeling a proper name in Chinese text.
<mark> This element has been added in HTML5 Represents text highlighted for reference purposes, that is for its relevance in another context.
<ruby> This element has been added in HTML5 Represents content to be marked with ruby annotations , short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .
<rt> This element has been added in HTML5 Represents the text of a ruby annotation .
<rp> This element has been added in HTML5 Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.
<bdi> This element has been added in HTML5 Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows to embed span of text with a different, or unknown, directionality.
<bdo> Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.
<span> Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.
<br> Represents a line break .
<wbr> This element has been added in HTML5 Represents a line break opportunity , that is a suggested wrapping point in order to improve readability of text split on several lines.

Edições

Elemento Descrição
<ins> Defines an addition to the document.
<del> Defines a removal from the document.

Conteúdo embutido

Elemento Descrição
<img> Represents an image .
<iframe> Represents a nested browsing context , that is an embedded HTML document.
<embed> This element has been added in HTML5 Represents a integration point for an external, often non_HTML, application or interactive content.
<object> Represents an external resource , which will be treated as an image, an HTML sub-document or an external resource to be processed by a plugin.
<param> Defines parameters for use by plugins invoked by <object> elements.
<video> This element has been added in HTML5 Represents a video , and its associated audio files and captions, with the necessary interface to play it.
<audio> This element has been added in HTML5 Represents a sound , or an audio stream .
<source> This element has been added in HTML5 Allows authors to specify alternative media resources for media elements like <video> or <audio>.
<track> This element has been added in HTML5 Allows authors to specify timed text track for media elements like <video> or <audio>.
<canvas> This element has been added in HTML5 Represents a bitmap area that scripts can be used to render graphics, like graphs, game graphics, any visual images on the fly.
<map> In conjunction with <area>, defines an image map .
<area> In conjunction with <map>, defines an image map .
<svg> This element has been added in HTML5 Defines an embedded vectorial image .
<math> This element has been added in HTML5 Defines a mathematical formula .

Tabulação de dados

Elemento Descrição
<table> Represents data with more than one dimension .
<caption> Represents the title of a table .
<colgroup> Represents a set of one or more columns of a table.
<col> Represents a column of a table.
<tbody> Represents the block of rows that describes the concrete data of a table.
<thead> Represents the block of rows that describes the column labels of a table.
<tfoot> Represents the block of rows that describes the column summaries of a table.
<tr> Represents a row of cells in a table.
<td> Represents a data cell in a table.
<th> Represents a header cell in a table.

Formulários

Elemento Descrição
<form> Represents a formular , consisting of controls, that can be submitted to a server for processing.
<fieldset> Represents a set of controls .
<legend> Represents the caption for a <fieldset>.
<label> Represents the caption of a form control.
<input> Represents a typed data field allowing the user to edit the data.
<button> Represents a button .
<select> Represents a control allowing the selection among a set of options .
<datalist> This element has been added in HTML5 Represents a set of predefined options for other controls.
<optgroup> Represents a set of options , logically grouped.
<option> Represents an option in a <select> element, or a suggestion of a <datalist> element.
<textarea> Represents a multiline text edit control .
<keygen> This element has been added in HTML5 Represents a key pair generator control .
<output> This element has been added in HTML5 Represents the result of a calculation .
<progress> This element has been added in HTML5 Represents the completion progress of a task.
<meter> This element has been added in HTML5 Represents a scalar measurement (or a fractional value), within a known range

Elementos interativos

Elemento Descrição
<details> This element has been added in HTML5 Represents a widget from which the user can obtain additional information or controls.
<summary> This element has been added in HTML5 Represents a summary , caption , or legend for a given <details>.
<command> This element has been added in HTML5 Represents a command that the user can invoke.
<menu> This element has been added in HTML5 Represents a list of commands .

Nenhum comentário:

Postar um comentário