Did You Find Me?

Now that you're here, you're going to need to know how to get back to the page we were on, right? Because we're reversing our direction, we need to add two dots to our URL. The two dots tell your browser "go up one level." The code for this looks like:

  
	<a href="../lesson6.html">Lesson 6</a>
  

Here's your ticket back to Lesson 6