Advertisement
csfeijo

index.htm

Jul 30th, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.55 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.   <title>Pet Shop</title>
  7.   <!-- css/geral.css : primeira parte é a pasta, depois vem a barrinha dizendo que o arquivo
  8.       geral.css fica dentro desta pasta -->
  9.   <link rel="stylesheet" href="css/geral.css">
  10. </head>
  11.  
  12. <body>
  13.   <!-- header: cabeçalho do site -->
  14.   <header>
  15.     <!-- container: é um nome padrão para elementos que envolvem outros -->
  16.     <div class="container">
  17.  
  18.     </div>
  19.   </header>
  20. </body>
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement