HTML links specify the root to jump one page to another document. HTML links known as Hyperlinks.
Links are available on the pages of every document to move one document to another page -
You can use another web server link.
The following example of the link will show you how to link a hyperlink on a page.
<!DOCTYPE html>
<html>
<head>
<title>Type of Heading Tags </title>
</head>
<body>
<a href="HTML-table.html">HTML Table Attributes</a>
</body>
</html>
Run
<a href="https://www.google.com/">Jump to another web server </a>
<a href="HTML-table.html"><img src="myimage.jpg></a>
<a href="HTML-table.html"> <input type="button"> </a>