Sunday, October 15, 2017

CLASS 4 - INLINE HYPER-LINKING OR BOOKMARKS IN HTML

What is inline hyperlinking or bookmarks in HTML?

<a>, <name> #top, #bottom elements are used in internal hyperlinking or bookmarks in HTML.

File Name:  "hyperlink.html"

<! -- Program on inline hyper-linking or bookmarks -- >

<html>
<head>
<title>
Inline hyperlink
</title>
</head>
<body>
<a href="#bottom" name="top">down</a>
<br/><br/>
hi hello how r you?.
<br/>
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
hi hello how r you?.
<br/><br/>
<a name="bottom" href="#top">top</a>
</body>
</html>


 Watch the below video for more details on the above program:




*************************************************************************

No comments:

Post a Comment