Html5

28
HTML5 elcio@visie com br . .

description

 

Transcript of Html5

Page 1: Html5

HTML5elcio@visie com br. .

Page 2: Html5

HTML

JS CSS

Server Programing

Page 3: Html5

Mark-up

JS CSS3

Server Programing

APIs

HTML5

Page 4: Html5

Mark up-

Page 5: Html5

Mark up-<!DOCTYPE HTML>

<html lang='pt-BR'>

<head>

<meta charset='UTF-8'>

<title>Produto</title>

</head>

<body>

Page 6: Html5

Mark up-

<header>

<hgroup>

<h1><a href='/'>Projeto</a></h1>

<h2>Um projeto HTML5</h2>

</hgroup>

<nav>

<li><a href='/'>Home</a></li>

<li><a href='/projeto'>Projeto</a></li>

<li><a href='/contato'>Contato</a></li>

</nav>

</header>

Page 7: Html5

Mark up-<section>

<article>

<h3>Sobre o Produto</h3>

<p>...</p>

</article>

<aside>

<h4>Links relacionados</h4>

<nav>

<li><a href='top1'>Tópico 1</a></li>

<li><a href='top2'>Tópico 2</a></li>

</nav>

<aside>

</section>

Page 8: Html5

Mark up-<section>

<h5>Fale conosco:</h5>

<form>

<label>Nome <input required

/></label>

<label>E-mail <input type='email'

required /></label>

<label>URL <input type='datetime'

required /></label>

</form>

</section>

Page 9: Html5

Mark up-<footer>

<h6>Produto</h6>

<address>Rua Tal, 0</address>

</footer>

</body>

</html>

Page 10: Html5

Novos Tipos de Campos

Page 11: Html5

Demonstracao

Page 12: Html5

Conteudo Editavel

Page 13: Html5

Drag and Drop- -

Page 14: Html5

Aplicacoes Offline

Page 15: Html5

Demonstracao

Page 16: Html5

SVG

Page 17: Html5

Demonstracao

Page 18: Html5

History

Page 19: Html5

Demonstracao

Page 20: Html5

Geolocation

Page 21: Html5

Demonstracao

Page 22: Html5

Detalhes

● <input oninput=”trata(this)”>● elm.scrollIntoView()● elm.innerHTML='<p>Teste</p>'● document.querySelector('#titulo')● document.head

Page 23: Html5

Audio e Video

Page 24: Html5

Demonstracao

Page 25: Html5

Posso usar isso hoje?

Page 26: Html5

modernizr js e .progressive enhancement

Page 27: Html5

tableless com br html5. . /

diveintohtml5 org.

Page 28: Html5

Obrigado!elcio@visie com br. .