Title:
HTML Hyperlinks Worksheet
Updated:
September 11, 2023
Task/Activity:
  1. Hyperlinks Questions
  2. Coding Problems
A. Hyperlinks Questions
  1. Create a link to the default page of the web-programming folder of this site (it's the index.html file in the web-programming folder).
Default Page
  1. Create a link to any website, but make it open in a new browser tab (set the target attribute to '_blank')
Skyrim
  1. Why would we want to open a link in a new browser tab?
So that the user can keep a tab open on the current page as well as the linked page simultaneously.
  1. What is 'bread crumb navigation'? And what are some advantages that it offers to users of a web site?
It is a graphical element that displays the address of what the user is looking at. For example, within File Explorer, it'll tell you where you are at the top of the screen.
B. Coding Problems
  1. Create a list that looks like this:
  2.                     
                         1. Facebook
                         2. Google
                         3. Web Programming
                             ⚬ HTML
                             ⚬ CSS
                             ⚬ JavaScript
                        
                     
  1. Facebook
  2. Google
  3. Web Programming