Related Posts
Telugu Video Tutorials – Notes – Shortcuts
Image link:-
We have seen how to create hypertext link using text and we also learnt how to use images in our Web Pages.
Program 1:-
<html>
<body>
<p>Click following link</p>
<a href=”http://www.google.com” target=”self”><img src=”/images/example.jpg” ></a>
<a href=”http://www.facebook.com” target=”blank”><img src=”/images/example.jpg” ></a>
<a href=”http://www.sakshiepaper.com” target=” title=”Telugu News Paper”><img src=”/images/example.jpg” ></a>
</body>
</html>
EXTRA PRACTICAL OUTPUT FOR U R’S