Creating Hyperlink Using a Complete URL

Domain Hosting image
Web Hosting
Dedicated server
ssl certificate
Web Design image
Email

For creating a Hyperlink using a complete URL, the Anchor tag <A> is used along with HREF, attribute. The syntax is shown below.

<A HREF = "URL"> CLICK FOR HYPER LINK </A>

The text "CLICK HERE FOR HYPERLINK" is the text that is to be displayed in the browser as such. When the mouse pointer is move over the text, the pointer changes to a hand. Most browsers will display the text in blue color with an underline. After the link is accessed once the color changes to pink.

<html>
<head>
<title>First Hyper Link</title>
</head>
<body>
<h2 align=center>Hyperlink Using a Complete URL</h2>
<h4 align="center>
<a href="http://www.microsoft.com">Microsoft's Web Page</a>
</h4>
</body>
</html>



Domain Name Search

www.


Copyright (C) 2007. Web Domain design hosting. All rights reserved.