Advertisement
lessientelrunya

img

Jun 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <body>
  5.         <div>
  6.             <!-- Here is a picture of Rick Astley -->
  7.             <img src="rick.jpg" />
  8.         </div>
  9.         <div>
  10.             <!-- Here is an internal link to another page -->
  11.             <a href="hello.html">To hello.html</a>
  12.  
  13.             <!-- Here is an external link -->
  14.             To <a href="https://cs50.harvard.edu">CS50's website</a>
  15.         </div>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement