DLT:
  • Apply coding concepts to complete provided challenge activities
  • Apply concepts from this lesson to create a Home Page Navigation project


Activities:
  • Tynker Web Development: Adding Hyperlinks - In this lesson, students will learn how to use hyperlinks to link to other pages. Activities include solving challenge activities; building a Home Page Navigation project that has three web pages (i.e., Home, My Photos, and My Pets); and taking a 5-question multiple-choice quiz about "Lesson 4: Adding Hyperlinks" concepts.
    this lesson, students will learn how to use hyperlinks to link to other pages. Activities include solving challenge activities; building a Home Page Navigation project that has three web pages (i.e., Home, My Photos, and My Pets); and taking a 5-question multiple-choice quiz about "Lesson 4: Adding Hyperlinks" concepts.

Vocabulary

  • Hyperlinks: A link that allows the user to go to another web page or to a different part of the same page.
  • Scrolling link: A link that allows the user to scroll up and down the page.
  • Menu: A list of text links (or links styled like buttons) that allows the user to navigate to different pages.

HTML Attributes

  • href: Adds a section in an HTML document.
  • title: This attribute specifies extra information about the link.
  • target : Specifies where to open the linked URL.
  • id: Specifies a unique element inside a web page.
  • class: Specifies a group of elements to classify.