New Code HTML5 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

New Code 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 Gustavo Guanabara</h2> <h3 class="direita">Atualizado em 01/Maio/2013</h3> </hgroup> </header>

11th Dec 2017, 10:56 PM
Diego Skda
Diego Skda - avatar
4 Antworten
+ 2
What help do you need? Otherwise, just post this code in Code Playground
12th Dec 2017, 12:06 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
Publish this code and gain upvotes
12th Dec 2017, 5:59 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
0
sorry dude
12th Dec 2017, 12:24 AM
Diego Skda
Diego Skda - avatar
0
I can not find this part
12th Dec 2017, 9:40 AM
Diego Skda
Diego Skda - avatar