Created
August 11, 2013 07:13
-
-
Save anaszen777/6203833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Use of Anchor Tag</title> | |
</head> | |
<body> | |
<h1>Use of Anchor Tag</h1> | |
<br> | |
<p>In this tutorial you will learn that what is hyperlink and how to add the hyperlink?</p> | |
<hr> | |
<!-- Below is a hyperlink --> | |
<a href="http://programmingskills.blogspot.in">Complete Programming Tutorials</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment