Advertisement
CarlosWGama

Aula Inicial

Aug 2nd, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <title>Clínica Veterinária</title>
  6.     <meta charset="utf-8">
  7.  
  8. </head>
  9.  
  10. <body>
  11.  
  12.     <h1>Clínica Online</h1>
  13.     <h2>Bem Vindo!</h2>
  14.     <h3>Marque sua consulta</h3>
  15.     <p>Preço consulta:</p>
  16.     <a href="http://google.com">Sair</a>
  17.     <ul>
  18.         <li>Gato (R$ 50)</li>
  19.         <li>Cachorro (R$ 70)</li>
  20.         <li id="conteudo">Pássaro (<s>R$ 40</s> por <b>R$ 20</b>)</li>
  21.     </ul>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement