The effectiveness of the site depends on the ability to define links from one page to another, and follow links at the press of a button. All I know is that the links established with the anchor tag or label <a>. But I am new to this html language.
The effectiveness of the site depends on the ability to define links from one page to another, and follow links at the press of a button. All I know is that the links established with the anchor tag or label <a>. But I am new to this html language.
1) You should use the anchor tag in html to link different pages together. These links can be used point to a specific location across the Internet or to any anchor on the same page or this anchor tag will permit the user to download this file. Just apply the anchor tag and then set the target within the label.
2) Consider the example which is given below:
<a href="index.htm">Home Page</a>.
Here the file index.html is in the similar directory in which the entire html file which you are editing is, this is important because if it is not in the similar directory it will not open the linked.
Bookmarks