How to create hyper link in HTML?
<html>
<head>
<title>
A Simple Document
</title>
</head>
<body bgcolor="#006969">
<p >You are moving miles apart on a long winding road but you are always in my heart since this is where you Do stay in touch.<br/>
<a href="http://www.google.co.in"target="-blank" title= "for any thing"> google </a>
</p>
<a href="http://www.google.co.in" title= "for any thing"> google </a>
</body>
</html>
(NOTE- <a> A tag Defines an anchor.)
OUTPUT-
You are moving miles apart on a long winding road but you are always in my heart since this is where you Do stay in touch.
No comments:
Post a Comment