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
- Right click a section of the web page that you want to jump to
- Left click Inspect
- Expand the Span or code section and locate the id value
- add #<ID_Name> to the end of the URI
- Pull the ID from the web inspector