index de página html

Post on 12-Apr-2018

225 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

7/21/2019 Index de página HTML

http://slidepdf.com/reader/full/index-de-pagina-html 1/1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>  <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <title>Minha primeira página web</title>  </head>

  <body>  <h1>Minha primeira página web</h1>  <h2>O que é isso?</h2>  <p>Uma página simples feita usando HTML</p>  <h2>Pra quê isso?</h2>  <p>Pra aprender HTML</p>  </body>

</html>

top related