Continuing On...
OK, you want to jump back to the previous page (lesson4a.htm) at a certain point. You will
do so using a basic A HREF command denoting both the page and the
NAME target.
I have placed a NAME target command right above
"Welcome Back!" on the previous page. I used the codeword "welcomeback"
Here's the link form:
<A HREF="lesson4a.htm#welcomeback">Blue
Texts, Blue Texts</A>
See what's happening? I did a simple
HREF link back to the page. But! I added the # sign and then the
codeword I selected. No slashes or dots--just run it all together.
OK, Click
Here to go back.