<!doctype html> <!--Author: Morrison--> <html> <head> <title>eventdemo</title> <link rel="stylesheet" href="eventdemo.css"/> <script src="eventdemo.js"> </script> </head> <body> <h1 id="headline">Event Demonstration</h1> <p>Can you make the list items bold when then they are moused over and unbold otherwise?</p> <ul> <li>one</li> <li>two</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> <li>three</li> </ul> </body> </html>