HTML Feature: Hyperlinks
HTML lets you refer to
- Other web pages
- Other Web Sites
Uses the <A></A> container tags
- Uses the URL (Uniform Resource Locator) as part of the HREF argument to the opening tag
- Places display text between the tags
- <A HREF=“http://www.pitt.edu”>Pitt Home</A>