Advertisement
joaopaulofcc

documento-html-minimo.html

Oct 20th, 2021 (edited)
877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3. <head>
  4.   <title>Documento HTML mínimo</title>
  5.   <meta charset="utf-8">
  6. </head>
  7. <body>
  8. <!-- conteúdos da página -->
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement