joaopaulofcc

linksExternos.html

Oct 27th, 2021 (edited)
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Links Externos</title>
  5.         <meta charset="utf-8">
  6.     </head>
  7.  
  8.     <body>
  9.         <p>Links Externos:
  10.             <br/><a href="./imagem.html" title="Página das Imagens">Imagens</a>
  11.             <br/><a href="http://www.google.com" target="_blank">Google</a>
  12.         </p>
  13.     </body>
  14. </html>
Add Comment
Please, Sign In to add comment