Hyperlinks Worksheet

Question 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).

Go to Web Programming Home Page
Question 2

Create a link to any website, but make it open in a new browser tab (set the target attribute to '_blank')

Visit Wikipedia
Question 3

Why would we want to open a link in a new browser tab?

To let users open external links without leaving or losing their place on the current website.
Question 4

Research 'bread crumb navigation'. Explain what it is and what are some advantages that it offers to users of a web site?

Breadcrumb navigation shows a user’s location within a website’s hierarchy (e.g., Home > Products > Electronics > Phones). It helps users easily backtrack, improves site usability, and enhances SEO by showing site structure.
Coding Problem

Create a list that looks like this:

         
          1. Facebook
          2. Google
          3. Web Programming
          	⚬ HTML
          	⚬ CSS
          	⚬ JavaScript
         
      
  1. Facebook
  2. Google
  3. Web Programming

HTML

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi congue, lacus eget venenatis ultricies...

CSS

Nullam quis varius quam. Quisque convallis est quis nisi consequat accumsan. Sed pretium sapien nec ex...

JavaScript

Nunc pellentesque erat libero. Duis efficitur, orci euismod egestas laoreet, ex ex ullamcorper lectus...