HTML, CSS, & URIs

HTML

  • Jump to a specific section of a web page by adding #<ID_Name> to the end of the URI
    • Pull the ID from the web inspector
      1. Right click a section of the web page that you want to jump to
      2. Left click Inspect
      3. Expand the Span or code section and locate the id value
      4. add #<ID_Name> to the end of the URI