Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Clínica Veterinária</title>
- <meta charset="utf-8">
- </head>
- <body>
- <h1>Clínica Online</h1>
- <h2>Bem Vindo!</h2>
- <h3>Marque sua consulta</h3>
- <p>Preço consulta:</p>
- <a href="http://google.com">Sair</a>
- <ul>
- <li>Gato (R$ 50)</li>
- <li>Cachorro (R$ 70)</li>
- <li id="conteudo">Pássaro (<s>R$ 40</s> por <b>R$ 20</b>)</li>
- </ul>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement