Beau is a freelancer. After improving his skills with Mimo, he wants to use JavaScript to raise the prices displayed on his website.

To get him started, we'll write the code that accesses the hourly price, and updates it to the new one.

<html>
<head>
<style>
img {
height: 50px;
width: 300px
}
</style>
</head>
<body>
<img src="https://mimo.app/r/graphics.png" >
<h2>Beau</h2>
<p>
<em>graphic designer, illustrator & photographer</em>
</p>
<ul>Starting Prices
<li id="hour">hour: 35$</li>
<li id="project">project: 150$</li>
</ul>
</body>
</html>]]>