what the mean of <a href=”http://vmancer.com”>click..</a> - vmancer.com | vmancer.com

You are here:
Home » internet, blog » what the mean of <a href=”http://vmancer.com”>click..</a>

banner

what the mean of <a href=”http://vmancer.com”>click..</a>


June 19th, 2011 0 Comments

When starting a blog, I am confused how to create a hyperlink on the text and how to make it open in another window.… When looking at html mode, it makes me more confused. I see a variety of confusing html code.

insert hyperlink - windows live writerThe picture on the left, is screenshot that shown the simple way to insert hyperlink with Windows Live Writer. You will not found confusing html code with this blog editor free software.

Now… what the mean of :

<a href=”http://vmancer.com”>click..</a>

Simple explaination for the html code…

<a …… >……..</a>  —>  the ‘ a ’ at the beginning and end is opening and closing hyperlink code which means anchor text. A word or more (anchor text) that contain hyperlink will be flanked by the code.

And then href code indicate the direction of the links that existed at the anchor text. In the example above, you will go to http://vmancer.com.

The text “click..” is the anchor text. Several sources that I have ever read says that a good anchor text is not just any words, but it leads to something being discussed. So… text “click..” like the example actually less good. Might be better if I use the words blog about software and internet to replace the word click. Anchor text should reflect the contents of the attached link.

Now….. how to make that open a new window when click a link??

<a href=”http://vmancer.com” target=”_blank”>click..</a>

Look at the code above… especially target=”_blank” code. That code will make it.

And then….. how to create text that will only be visible if a link is “touched”??? Like the sample….. Site Map. You will see text “table of contents” if you touch that link.

<a title="table of contents" href="http://vmancer.com/site-map/" target="_blank">Site Map</a>

Look at the code above… especially title="table of contents" code. That code will make it.

There are some more codes that can be added to the html code hyperlink. If you want to learn more, maybe w3schools.com website can help.

Leave a Reply to this Post

*

Get free email newsletter
Don't forget to verify your subscription.

Enter your email address:





Random Posts

    Get SoftMaker Office 2008 free of charge (GIVEAWAY)

    SoftMaker Software GmbH today as the developer of SoftMaker Office 2008 provides an opportunity to get a free license and original software (giveaway), Windows, Linux, and both version office suite. Try to visit the giveaway page to get it. That information make me want to try this office suite.

    Making .gdr format font

    GDR is the letter format for Symbian OS 7 and 8 (S60 v2). Symbian OS 9 using the font format .ttf. .ttf font can be obtained easily, even exist and are used in computer operating systems. GDR font can be created with Easy GDR Creator. But this software not going well on my laptop. Some caption reads question marks. So….. I am confused to use it.

    DWG viewer Android application

    DWG viewer Android application that I need to be able to view CAD drawing files through tablet Huawei Ideos S7 Slim directly in the field. This is more practical than using a laptop.