Guest User

Untitled

a guest
May 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Minha página</title>
  6. </head>
  7.  
  8. <body>
  9. <header>
  10. <h1>Meu título semantico dentro de um header.</h1>
  11. </header>
  12. <section>
  13. <p>Meu paragrafo semantico</p>
  14. </section>
  15. <footer>
  16. <p>Rodapé semântico</p>
  17. </footer>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment