Elaborando página de formulario em HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Elaborando página de formulario em HTML5

Formulários em HTML5 (parte 1) Inicio da elaboração da página de formulário. Uso de tags especificas para abrir caixas de preenchimento em nossa página HTML5 <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Tudo Sobre Google Glass</title> <link rel="stylesheet" type="text/css" href="_css/estilo.css" /> <link rel="stylesheet" type="text/css" href="_css/form.css" /> </head> <script language="javascript" src="_javascript/funcoes.js"></script> <body> <div id="interface"> <header id="cabecalho"> <hgroup> <h1>Google Glass</h1> <h2>A revolução do Google está chegando</h2> </hgroup> <img id="icone" src="_imagens/contato.png" /> <nav id="menu"> <h1>Menu Principal</h1> <ul type="disc"> <li onmouseover="mudaFoto('_imagens/home.png')" onmouseout="mudaFoto('_imagens/contato.png')"><a href="index.html">Home</a></li> <li onmouseover="mudaFoto('_imagens/especificacoes.png')" onmouseout="mudaFoto('_imagens/contato.png')"><a href="specs.html">Especificações</a></li> <li onmouseover="mudaFoto('_imagens/fotos.png')" onmouseout="mudaFoto('_imagens/contato.png')"><a href="fotos.html">Fotos</a></li> <li onmouseover="mudaFoto('_imagens/multimidia.png')" onmouseout="mudaFoto('_imagens/contato.png')"><a href="multimidia.html">Multimídia</a></li> <li onmouseover="mudaFoto('_imagens/contato.png')" onmouseout="mudaFoto('_imagens/contato.png')"><a href="fale-conosco.html">Fale conosco</a></li> </ul> </nav> </header> <section id="corpo-full"> <article id="noticia-principal"> <header id="cabecalho-artigo"> <hgroup> <h3>Glass > Multimídia</h3> <h1>Sons e Vídeos</h1> <h2>por Gusta

7th Dec 2017, 10:55 PM
Diego Skda
Diego Skda - avatar
4 Answers
+ 1
First of all, I'd advise you to write everything in English. This code looks great, I think you had to have posted it in the public codes list instead. Em primeiro lugar, eu aconselho você a escrever tudo em inglês. Este código parece ótimo, acho que você teve que publicá-lo na lista de códigos públicos em vez disso.
8th Dec 2017, 4:43 AM
Mario Chalén
0
Thank you for the idea, I'll do that.
8th Dec 2017, 9:27 AM
Diego Skda
Diego Skda - avatar
0
I do not know if there are many Brazilians on App.
8th Dec 2017, 9:29 AM
Diego Skda
Diego Skda - avatar
0
That's why I sent the code in Portuguese
8th Dec 2017, 9:30 AM
Diego Skda
Diego Skda - avatar