Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <title>My Website</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <h1>Welcome to my website</h1>
- <p>Hello, world!</p>
- <div>
- <a href="http://www.google.com">Google</a>
- <br>
- <a href="http://predicate.us">Predicate Academy</a>
- </div>
- <a href="https://www.raspberrypi.org/">Raspberry Pi</a>
- <br>
- <a href="http://images.google.com">
- <img src="images/example.png">
- </a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment