Advertisement
CarlosWGama

Untitled

Aug 9th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 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.  
  13.     <table width="100%">
  14.         <tr><td><h1>Clínica Online</h1></td></tr>
  15.         <tr>
  16.             <td align="right">
  17.                 <a href="http://google.com">Sair</a>
  18.             </td>
  19.         </tr>
  20.         <tr>
  21.             <td><h2>Bem Vindo!</h2></td>
  22.         </tr>
  23.     </table>
  24.  
  25.     <table bgcolor="#D3d3d3" width="100%">
  26.             <tr>
  27.                 <!-- IMAGEM -->
  28.                 <td width="30%">
  29.                     <img src="https://placeholder.com/300x300/fff"/>
  30.                 </td>
  31.                 <!-- CONTEUDO -->
  32.                 <td>
  33.                     <h3>Marque sua consulta</h3>
  34.                     <hr/>
  35.                     <p>Preço consulta:</p>
  36.                     <ul>
  37.                         <li>Gato (R$ 50)</li>
  38.                         <li>Cachorro (R$ 70)</li>
  39.                         <li id="conteudo">Pássaro (<s>R$ 40</s> por <b>R$ 20</b>)</li>
  40.                     </ul>
  41.  
  42.                     <hr/>
  43.                     <h3>Formulário</h3>
  44.  
  45.                 </td>
  46.     </table>
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement