forked from schedutron/CPAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.html
22 lines (19 loc) · 1.03 KB
/
list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Cool Websites</title>
</head>
<body>
<h1>Check out these cool websites!</h1>
<h3>(Exercise 1-30)</h3>
<p><a href='http://www.google.com' target='_blank'> Very comprehensive search engine</a></p>
<p><a href='http://www.facebook.com' target='_blank'>http://www.facebook.com</a></p>
<p><a href='http://www.instagram.com' target='_blank'> Browse people's photos</a></p>
<p><a href='http://www.dropbox.com' target='_blank'>http://www.dropbox.com</a></p>
<p><a href='http://www.twitter.com' target='_blank'> Dispatch your status!</a></p>
<p><a href='http://www.coursera.org' target='_blank'> Enhance your skills</a></p>
<p><a href='http://www.khanacademy.org' target='_blank'> Learn cool things</a></p>
<p><a href='http://www.amazon.com' target='_blank'>http://www.amazon.com</a></p>
<p><a href='http://www.python.org' target='_blank'> All things Python!</a></p>
<p><a href='http://www.youtube.com' target='_blank'> Watch videos from around the planet (and beyond!)</a></p>
</body>
</html>