Cards (6)

  • Internal Hyperlinks takes users to a page within the website. 
  • External hyperlink takes users to an external website.
  • What does <ul> create?
    Unordered List
  • What does <ol> create?
    Ordered List
  • Absolute links are complete URLs to a specific location, e.g.
    • <a href="https://ygfamily.com">Visit Example Website</a>
  • Relative links are URLs to a location within the same location, e.g.
    • <a href="AllEyesOnMe.html">Link Text</a>