Unformatted text preview: <body> <h1>Here are my favorite sites</h1> <p><strong>Click a name to go to that page.</strong></p> <!-- create an unordered list of web sites --> <ul> <! add four list items --> <li><a href = "http://www.thinkgeek.com">Think Geek</a></li> <li><a href = "http://www.worldofwarcraft.com">World of Warcraft</a></li> <li><a href = "http://www.google.com">Google</a></li> <li><a href = "http://www.facebook.com">Facebook</a></li> </ul> </body> </html>...
View
Full Document
- Spring '09
- World Wide Web, DOCTYPE html PUBLIC, unordered list
-
Click to edit the document details