GabeLinux

Web - 2 - 1

Dec 21st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>My Website</title>
  5.         <link rel="stylesheet" href="style.css">
  6.     </head>
  7.     <body>
  8.         <h1>Welcome to my website</h1>
  9.         <p>Hello, world!</p>
  10.  
  11.         <div>
  12.             <a href="http://www.google.com">Google</a>
  13.             <br>
  14.             <a href="http://predicate.us">Predicate Academy</a>
  15.         </div>
  16.  
  17.         <a href="https://www.raspberrypi.org/">Raspberry Pi</a>
  18.  
  19.         <br>
  20.         <a href="http://images.google.com">
  21.             <img src="images/example.png">
  22.         </a>
  23.     </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment