Conceito (HTML)

De InWiki

Aguardando Conteúdo


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Exemplo Títulos</title>
  </head>
  <body>
    <h1>Exemplo com H1</h1>
    <h2>Exemplo com H2</h2>
    <h3>Exemplo com H3</h3>
    <h4>Exemplo com H4</h4>
    <h5>Exemplo com H5</h5>
    <h6>Exemplo com H6</h6>
  </body>
</html>

Ferramentas pessoais