How Does HTML Hyperlink to Web Pages?
One of the most commonly used aspects of HTML documents is hyper-linking to other web pages or resources on the Internet. The HTML tag used to link to another page is the anchor tag, . In between the opening and closing anchor tag declaration, you include the text or image that will be linked to the web address that you provide. For example: Top Bits This HTML statement will display the words “Top Bits” that can be selected to open a new window in your web browser to display the Top Bits web page. The href attribute is used to provide the URL for the resource being linked to by the anchor tag declaration.