Exclusive Tips and Tricks Zone
Computer Tips & Tricks
Mobile Tips and Tricks, Mobile Phone Tips and Tricks
Mobile Phone Tips and Tricks
Internet Tips and Tricks, Best Internet Solutions
Exclusive Internet Tips & Tricks
Exclusive Tutorial Zone
Blogging Tutorial, Blogger Blog Tutorial
Exclusive Blogger Blog Tutorials
Learn Website Designing, Design Your Website Easily
Learn Website Designing Easily
Photoshop Tutorial, Adobe Photoshop Tutorial, Learn Photoshop
Exclusive Photoshop Tutorial
Computer Programming Zone
C Programming, C++ Programming, Programming Language
Learn Computer Programming
Java Programming, JavaScript, Java for Web
Learn Java Programming
Visual Basic, Visual C, Microsoft Visual Studio
Microsoft Visual Studio
Product Review Area
Mobile Phone Review, New Mobile Phone, Latest Mobile Phone
Mobile Phone n Tab Review
Laptop Review, New Laptop Review, Latest Laptop Review
Laptop & Computer Accessories
Amazing Products, Latest Products, Exceptional Products
Amazing Product's Review
Text SMS Zone
Birthday SMS, Happy Birthday SMS
Birthday SMS
Love SMS, Cute Love SMS, Lovely Love SMS
Lovely Love SMS
Romantic SMS, Love SMS, Love Sign
Romantic Love SMS

HTML Tutorial: How to Create a Link (All About Both Text and Image Links)

<a href="http://www.fairytips.blogspot.com">Fairytips</a> is a simple line to create a link. When you will type this line in your webpage then you will get a link like Fairytips. Here I have used <a></a> tag and href="value" attribute to create a link. You may also use the attribute target="value" and value=_blank/_parent/_self/_top. When you will use the attribute target="value" with the value _blank that means if you use <a href="http://www.fairytips.blogspot.com" target="_blank">Fairytips</a> then you will get a link like Fairytips. Thus you will get...

<a href="http://www.fairytips.blogspot.com" target="_blank">Fairytips</a>                       Fairytips
If you use the above codes and if you use the attribute target="_blank" then the linked document or page will open in a new tab or new window.

<a href="http://www.fairytips.blogspot.com" target="_parent">Fairytips</a>                      Fairytips
If you use the above codes and if you use the attribute target="_parent" then the linked document or page will open in the parent frame/page.

<a href="http://www.fairytips.blogspot.com" target="_self">Fairytips</a>                          Fairytips
If you use the above codes and if you use the attribute target="_self" then the linked document or page will open in the same frame.

<a href="http://www.fairytips.blogspot.com" target="_top">Fairytips</a>                          Fairytips
If you use the above codes and if you use the attribute target="_top" then the linked document or page will open in the full body of the window.

And if you use the attribute target="framename" then the linked page or document will show in a named frame.

Related Posts...



ShareThis

Recent Posts

Blog Archive