Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Exercicio 2</title>
  6. </head>
  7. <body>
  8.     <h1>Exercicio 2</h1>
  9.     <a href="http://www.fiap.com.br">link para pagina da fiap</a>
  10.     <a href="http://www.uol.com.br">Link para pagina da uol</a>
  11.     <a href="http://www.google.com.br">Link para pagina do google</a>
  12.     <a href="http://www.folhasp.com.br">Link para pagina da folha</a>
  13.     <a href="mailto:thiagoyama@gmail.com">Link para o email do professor</a>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement