Anchors
This is how you set an anchor:
<p id="top">Top of page</p>
Then to link to that anchor:
Go to<a href="#top">top</a> of page.
Example of an anchor in a really long page.
Targets
target ="_blank" This target will cause the link to always be loaded in a new blank window or a new tab depending on the browser.
<a href="https://ridgewater.edu" target="_blank">Ridgewater College</a>
Other links
Link to any file (documents, movies, pictures, programs, sounds, etc.). Usually the browser will open a window inquiring if the file should be downloaded or executed.
RockPaperScissors windows program.