Here are the contents of a file called page1.html. Sketch out what it would look like in a typical browser.
This will not be collected.
<html> <title> Sample </title> <body> <a href="http://google.com"> Google </a> <ul> <li> blue </li> <li>green </li> <li>red white </li> </ul> <hr> <h1>The end</h1> </body> </html>