Anchor Element with external content
In this exercise you learn to use the anchor element a
to link to externl
resources
Excercise
Use the solution of the the excercise Anchor Element, create a second page and link from the navigation to the "home" page and "info" page.
- Use only HTML and elements to implement this behaviour
- There should be three links in the navigation menu
- "Home" should open the home page in the current window
- "Info" should open the info page in the current window
- "Google" should open the google homepage in a new window
Solution
Page 1anchor-element-external.solution.page1.html
anchor-element-external.solution.page2.html