Hypherlinks
HTML Hypherlinks will help you to go next page that means when you click a hypherlink it'll send you to next page. In Hypherlinks we are using Ancher tag (a).The Hypherlink syntax is,
<a href="link">Fresher Blog</a>
The Following example is for hypherlink,
<html>
<head>
<title>Welcome to Freshersblog.com</title>
</head>
<body>
<a href="www.freshersblog.com">Freshers Blog</a>
</body>
</html>
<head>
<title>Welcome to Freshersblog.com</title>
</head>
<body>
<a href="www.freshersblog.com">Freshers Blog</a>
</body>
</html>
When you click hypher link Freshers Blog It'll send you to www.freshersblog.com page.
I hope this example will helpfull for you
Thanks,