Sunday, October 15, 2017

CLASS 3 - EXTERNAL HYPERLINKING CONCEPTS AND IMAGE HYPERLINKING IN HTML

What is external hyperlinking and graphical hyperlinking in HTML?

<a>, link="green" vlink="blue" alink="red" elements are used in external hyperlinking and graphical hyperlinking in HTML.

File Name:  "hyperlink.html"

<! -- Program on external hyperlink tag or anchor tag -- >

<html>
<head>
<title>
Hyperlink or anchor tag program
</title>
</head>
<body link="green" vlink="blue" alink="red">
<center>
<a href="http://www.google.com" target="_new"  title="Google">
<img src="flowers.jpg" title="Flowers" alt="Flowers" height="50" width="100" border="1" vspace="50" hspace="50">
</a>
</center>
</body>
</html>

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



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

No comments:

Post a Comment