reading-notes

Read 04 in 201


From the Duckett HTML book:

  1. Chapter 4: Ch.4 “Links”
    • Links are the defining feature of the web because they allow you to move from one web page to another enabling the very idea of browsing or surfing.
    • Links are created using the element. Users can click on anything between the opening tag and the closing tag. You specify which page you want to link to using the href attribute.
    • Linking to other sites : we use the AbsoLute urLs
    • Linking to other Pages on the same site:we use the relative URL

    img

    • On larger websites it’s a good idea to organize your code by placing the pages for each different section of the site into a new folder. Folders on a website are sometimes referred to as directories.
    • we can Linking to a speciFic Part oF the same Page.

    img

    • we can Linking to a speciFic Part oF Another Page.

  2. Chapter 15: “Layout”

img

From the Duckett JS book:

Chapter 3 (first part): “Functions, Methods, and Objects”