HOW TO PASS LEVEL 11
How to Pass Level 11
Watch chapter URL PATHS
Before starting this level, place all your current HTML pages into a folder. Title the folder, “Previous”. (for previous files.)
Show the use of the following kinds of links in a single HTML Page.
- 3 links to external websites. This is an Absolute URL.
- 2 links to .html pages in your folder titled “previous”.
Important Tip:
In Jen Simmons' examples, she puts a /
(forward slash) in front of the "Previous" folder name. You don't need to do that!
When you're creating links in HTML, make sure you use the exact name of the folder you're linking to. If your folder is named "Previous," just use "Previous" in your link—no need to add a /
(forward slash) in front of it.
Be careful with capitalization! If you write "Previous" with a capital "P," you have to use that exact spelling every time.
And remember, you can name your folder anything you want, like "pages," "hamburger," or "JerryRice." It doesn't matter what the name is, as long as you spell it the same way in your HTML.
hope this helps/
cheers
Lee