SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
Guia de referência rápida 
Esta tabela é um resumo dos principais comandos HTML 
Comandos de Estrutura 
Função Abre com Parâmetros Fecha com 
Comando Mestre <html> nenhum(a) </html> 
Área de Cabeçalho <head> nenhum(a) </head> 
Título do documento <title> nenhum(a) </title> 
Comentários <!-- nenhum(a) --> 
Corpo do programa <body> background="NomeArquivo 
" 
bgcolor="XXXX" 
text="XXXX" 
link="XXXX" 
vlink="XXXX" 
</body> 
Comandos de Texto 
Finalidade Tag Parâmetros Fecha com 
Quebra de Linha <br> clear=left/right/all nenhum(a) 
Parágrafo <p> align=center/right </p> 
Negrito <b> nenhum(a) </b> 
Itálico <i> nenhum(a) </i> 
Texto de máquina <tt> nenhum(a) </tt> 
Cabeçalho <h1-6> align=center/right </h1-6> 
Fonte <font> face="nome,nome" 
size=+/-XXX 
color="XXXX" 
</font> 
Linha divisória <hr> size=XX 
width=XX/XX% 
noshade 
nenhum(a) 
Block Quote <blockquote 
> 
nenhum(a) </blockquote 
> 
Divisão <div> align=left/center/right </div>
Comandos de Lista 
Finalidade Tag Parâmetros Fecha com 
Lista não ordenada <ul> type=disc/circle/squ 
are 
</ul> 
lista ordenada <ol> type=I/A/1/a/i 
start=XX 
</ol> 
Item de Lista <li> type=all ul e ol nenhum(a) 
Lista de Definição <dl> nenhum(a) </dl> 
item de Lista de Definição <dt> nenhum(a) nenhum(a) 
Definição da lista <dd> nenhum(a) nenhum(a) 
Comandos de Link 
Finalidade Tag Parâmetros Fecha com 
Ancôra <a> href="NomeArquivo" 
target="NomeDaJanela" 
</a> 
Marca de ancôra <a> name="nomedamarca" nenhum(a) 
Image Tags 
Finalidade Tag Parâmetros Fecha com 
Inserção de Imagem <img 
> 
src="NomeArquivo" 
align=left/right 
width=XXX 
height=XXX 
alt="text" 
ISMAP 
USEMAP="#NomeDoMapa" 
nenhum(a) 
Client-side Imagemap Tags 
Finalidade Tag Parâmetros Fecha com 
Define Mapa <map> name="NomeDoMapa" </map> 
Define a Área <area> shape="rect/circle/poly/poin 
t" 
coords="X,Y,X,Y" 
href="NomeDaImagem" 
nenhum(a) 
Comandos de Tabela 
Finalidade Tag Parâmetros Fecha com 
Table <table> border=X 
width=X 
cellspacing=X 
cellpadding=X 
bgcolor="XXXX" 
</table> 
Table Row <tr> align=left/center/right 
valign=top/middle/bottom 
bgcolor="XXXX" 
</tr> 
Table Data <td> align=left/center/right 
valign=top/middle/bottom 
</td>
width=X 
nowrap 
colspan=X 
rowspan=X 
bgcolor="XXXX" 
Table Header <th> align=left/center/right 
valign=top/middle/bottom 
width=X 
nowrap 
colspan=X 
rowspan=X 
bgcolor="XXXX" 
</th> 
Caption <caption> align=left/center/right 
valign=top/middle/bottom 
</caption> 
Comandos de Frame 
Finalidade Tag Parâmetros Fecha com 
Set Frames <frameset 
> 
cols="XX/XX%/*" 
rows="XX/XX%/*" 
</frameset> 
Frame Definition <frame> src="NomeArquivo" 
name="NomeDaFrame" 
noresize 
scroll=auto/yes/no 
marginwidth="XX" 
marginheight="XX" 
nenhum(a) 
Base <base> target="NomeDaFrame"/ 
"_self"/ 
"_top"/ 
"_parent" 
(Note the underscores) 
nenhum(a) 
No Frames <noframes 
> 
nenhum(a) </noframes> 
Comandos de Formulário 
Finalidade Tag Parâmetros Fecha com 
Form <form> method=get/put 
action="programname" 
</form> 
Input Field <input> name="variablename" 
type=text/password/ 
checkbox/radio/submit 
/ 
reset/image 
nenhum(a) 
Selection List <select> name="variablename" 
size=XX 
multiple 
</select> 
Selection Option <option> nenhum(a) nenhum(a) 
Scrolling Text Field <textarea 
> 
name="variablename" 
rows=XX 
cols=XX 
</textarea>
O comando Meta 
Finalidade Tag Parâmetros 
<META> 
http-equiv="refresh" 
nenhum(a) 
(Server metatags) 
content="seconds, NomeArquivo" 
<META> 
(Content metatags) 
name="keywords/description/author 
/ 
generator/abstract/expiration" 
content="your information" 
nenhum(a) 
CSS Style Sheet Tags 
Finalidade Tag Parâmetros Fecha com 
Style Definition <style> type="text/css"> </style> 
Link to CSS File <link> rel=stylesheet 
type="text/css" 
href="URL" 
nenhum(a) 
Span <span> style="property:value;" </span>

Weitere ähnliche Inhalte

Ähnlich wie Guia de comandos html

Ähnlich wie Guia de comandos html (10)

Guia de comandos html
Guia de comandos htmlGuia de comandos html
Guia de comandos html
 
Comandos html
Comandos html Comandos html
Comandos html
 
Apostila html
Apostila htmlApostila html
Apostila html
 
Aprenda HTML e CSS
Aprenda HTML e CSSAprenda HTML e CSS
Aprenda HTML e CSS
 
Html - introdução e exemplos
Html - introdução e exemplosHtml - introdução e exemplos
Html - introdução e exemplos
 
Introdução ao HTML
Introdução ao HTMLIntrodução ao HTML
Introdução ao HTML
 
Angular js
Angular jsAngular js
Angular js
 
05 html tabelas
05 html   tabelas05 html   tabelas
05 html tabelas
 
AULA 2 - UTILIZAÇÃO DE TABELAS
AULA 2 - UTILIZAÇÃO DE TABELASAULA 2 - UTILIZAÇÃO DE TABELAS
AULA 2 - UTILIZAÇÃO DE TABELAS
 
O que é html
O que é htmlO que é html
O que é html
 

Mehr von Alvaro Gomes

Museu nacional de história natural e da ciência
Museu nacional de história natural e da ciênciaMuseu nacional de história natural e da ciência
Museu nacional de história natural e da ciênciaAlvaro Gomes
 
Luís Vaz de Camões Vida e Obras
Luís Vaz de Camões Vida e Obras Luís Vaz de Camões Vida e Obras
Luís Vaz de Camões Vida e Obras Alvaro Gomes
 
Ética Deontológica Técnico Administrativo
Ética Deontológica Técnico AdministrativoÉtica Deontológica Técnico Administrativo
Ética Deontológica Técnico AdministrativoAlvaro Gomes
 
Revolução Industrial - O Ponto de Viragem
Revolução Industrial - O Ponto de ViragemRevolução Industrial - O Ponto de Viragem
Revolução Industrial - O Ponto de ViragemAlvaro Gomes
 
Linux Commandos Cheat
Linux Commandos CheatLinux Commandos Cheat
Linux Commandos CheatAlvaro Gomes
 
Flash android using livesuit
Flash android using livesuitFlash android using livesuit
Flash android using livesuitAlvaro Gomes
 
13 Things the Government doesn´t want you to know
13 Things the Government doesn´t want you to know13 Things the Government doesn´t want you to know
13 Things the Government doesn´t want you to knowAlvaro Gomes
 
Hackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injectorHackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injectorAlvaro Gomes
 
Como transformar o router thomson num print server
Como transformar o router thomson num print serverComo transformar o router thomson num print server
Como transformar o router thomson num print serverAlvaro Gomes
 
Drivers ADB Android
Drivers ADB AndroidDrivers ADB Android
Drivers ADB AndroidAlvaro Gomes
 
ROM china original (Shenzhen)
ROM china original (Shenzhen)ROM china original (Shenzhen)
ROM china original (Shenzhen)Alvaro Gomes
 
Reinstalar actualizar el sistema operativo android
Reinstalar actualizar el sistema operativo androidReinstalar actualizar el sistema operativo android
Reinstalar actualizar el sistema operativo androidAlvaro Gomes
 
Hackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injectorHackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injectorAlvaro Gomes
 
H4dummies (translated to portuguese)
H4dummies (translated to portuguese)H4dummies (translated to portuguese)
H4dummies (translated to portuguese)Alvaro Gomes
 
Algoritmos e estructura de dados
Algoritmos e estructura de dadosAlgoritmos e estructura de dados
Algoritmos e estructura de dadosAlvaro Gomes
 

Mehr von Alvaro Gomes (20)

Museu nacional de história natural e da ciência
Museu nacional de história natural e da ciênciaMuseu nacional de história natural e da ciência
Museu nacional de história natural e da ciência
 
Luís Vaz de Camões Vida e Obras
Luís Vaz de Camões Vida e Obras Luís Vaz de Camões Vida e Obras
Luís Vaz de Camões Vida e Obras
 
Ética Deontológica Técnico Administrativo
Ética Deontológica Técnico AdministrativoÉtica Deontológica Técnico Administrativo
Ética Deontológica Técnico Administrativo
 
Revolução Industrial - O Ponto de Viragem
Revolução Industrial - O Ponto de ViragemRevolução Industrial - O Ponto de Viragem
Revolução Industrial - O Ponto de Viragem
 
Linux Commandos Cheat
Linux Commandos CheatLinux Commandos Cheat
Linux Commandos Cheat
 
Flash android using livesuit
Flash android using livesuitFlash android using livesuit
Flash android using livesuit
 
Websearch
WebsearchWebsearch
Websearch
 
13 Things the Government doesn´t want you to know
13 Things the Government doesn´t want you to know13 Things the Government doesn´t want you to know
13 Things the Government doesn´t want you to know
 
Hackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injectorHackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injector
 
Como transformar o router thomson num print server
Como transformar o router thomson num print serverComo transformar o router thomson num print server
Como transformar o router thomson num print server
 
Drivers ADB Android
Drivers ADB AndroidDrivers ADB Android
Drivers ADB Android
 
ROM china original (Shenzhen)
ROM china original (Shenzhen)ROM china original (Shenzhen)
ROM china original (Shenzhen)
 
Reinstalar actualizar el sistema operativo android
Reinstalar actualizar el sistema operativo androidReinstalar actualizar el sistema operativo android
Reinstalar actualizar el sistema operativo android
 
Hackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injectorHackeando facebook com wireshark e cookie injector
Hackeando facebook com wireshark e cookie injector
 
H4dummies (translated to portuguese)
H4dummies (translated to portuguese)H4dummies (translated to portuguese)
H4dummies (translated to portuguese)
 
Algoritmos e estructura de dados
Algoritmos e estructura de dadosAlgoritmos e estructura de dados
Algoritmos e estructura de dados
 
HTML - Guia5
HTML - Guia5HTML - Guia5
HTML - Guia5
 
HTML - Guia4
HTML - Guia4HTML - Guia4
HTML - Guia4
 
HTML - Guia 3
HTML - Guia 3HTML - Guia 3
HTML - Guia 3
 
HTML - Guia 1 e 2
HTML - Guia 1 e 2HTML - Guia 1 e 2
HTML - Guia 1 e 2
 

Guia de comandos html

  • 1. Guia de referência rápida Esta tabela é um resumo dos principais comandos HTML Comandos de Estrutura Função Abre com Parâmetros Fecha com Comando Mestre <html> nenhum(a) </html> Área de Cabeçalho <head> nenhum(a) </head> Título do documento <title> nenhum(a) </title> Comentários <!-- nenhum(a) --> Corpo do programa <body> background="NomeArquivo " bgcolor="XXXX" text="XXXX" link="XXXX" vlink="XXXX" </body> Comandos de Texto Finalidade Tag Parâmetros Fecha com Quebra de Linha <br> clear=left/right/all nenhum(a) Parágrafo <p> align=center/right </p> Negrito <b> nenhum(a) </b> Itálico <i> nenhum(a) </i> Texto de máquina <tt> nenhum(a) </tt> Cabeçalho <h1-6> align=center/right </h1-6> Fonte <font> face="nome,nome" size=+/-XXX color="XXXX" </font> Linha divisória <hr> size=XX width=XX/XX% noshade nenhum(a) Block Quote <blockquote > nenhum(a) </blockquote > Divisão <div> align=left/center/right </div>
  • 2. Comandos de Lista Finalidade Tag Parâmetros Fecha com Lista não ordenada <ul> type=disc/circle/squ are </ul> lista ordenada <ol> type=I/A/1/a/i start=XX </ol> Item de Lista <li> type=all ul e ol nenhum(a) Lista de Definição <dl> nenhum(a) </dl> item de Lista de Definição <dt> nenhum(a) nenhum(a) Definição da lista <dd> nenhum(a) nenhum(a) Comandos de Link Finalidade Tag Parâmetros Fecha com Ancôra <a> href="NomeArquivo" target="NomeDaJanela" </a> Marca de ancôra <a> name="nomedamarca" nenhum(a) Image Tags Finalidade Tag Parâmetros Fecha com Inserção de Imagem <img > src="NomeArquivo" align=left/right width=XXX height=XXX alt="text" ISMAP USEMAP="#NomeDoMapa" nenhum(a) Client-side Imagemap Tags Finalidade Tag Parâmetros Fecha com Define Mapa <map> name="NomeDoMapa" </map> Define a Área <area> shape="rect/circle/poly/poin t" coords="X,Y,X,Y" href="NomeDaImagem" nenhum(a) Comandos de Tabela Finalidade Tag Parâmetros Fecha com Table <table> border=X width=X cellspacing=X cellpadding=X bgcolor="XXXX" </table> Table Row <tr> align=left/center/right valign=top/middle/bottom bgcolor="XXXX" </tr> Table Data <td> align=left/center/right valign=top/middle/bottom </td>
  • 3. width=X nowrap colspan=X rowspan=X bgcolor="XXXX" Table Header <th> align=left/center/right valign=top/middle/bottom width=X nowrap colspan=X rowspan=X bgcolor="XXXX" </th> Caption <caption> align=left/center/right valign=top/middle/bottom </caption> Comandos de Frame Finalidade Tag Parâmetros Fecha com Set Frames <frameset > cols="XX/XX%/*" rows="XX/XX%/*" </frameset> Frame Definition <frame> src="NomeArquivo" name="NomeDaFrame" noresize scroll=auto/yes/no marginwidth="XX" marginheight="XX" nenhum(a) Base <base> target="NomeDaFrame"/ "_self"/ "_top"/ "_parent" (Note the underscores) nenhum(a) No Frames <noframes > nenhum(a) </noframes> Comandos de Formulário Finalidade Tag Parâmetros Fecha com Form <form> method=get/put action="programname" </form> Input Field <input> name="variablename" type=text/password/ checkbox/radio/submit / reset/image nenhum(a) Selection List <select> name="variablename" size=XX multiple </select> Selection Option <option> nenhum(a) nenhum(a) Scrolling Text Field <textarea > name="variablename" rows=XX cols=XX </textarea>
  • 4. O comando Meta Finalidade Tag Parâmetros <META> http-equiv="refresh" nenhum(a) (Server metatags) content="seconds, NomeArquivo" <META> (Content metatags) name="keywords/description/author / generator/abstract/expiration" content="your information" nenhum(a) CSS Style Sheet Tags Finalidade Tag Parâmetros Fecha com Style Definition <style> type="text/css"> </style> Link to CSS File <link> rel=stylesheet type="text/css" href="URL" nenhum(a) Span <span> style="property:value;" </span>