How to Hide A Link With A Word (Href HTML)?
How To Hide A Link With A Word…
Want to learn HTML, but not sure where to start? Maybe HTML looks like a foreign language to you. Well, that’s how it looked to me too at first. Although I can’t give you this complete one- hour HTML lesson in this short post, I am going to give you a brief video lesson below on how to hide a link with a word. If you have any questions regarding the video below…any complaints please address it by clicking on the contact tab and send an email.
How To Hide A Link With A Word Overview…
I just want to go over the info presented in the video once more. It is so much easier to see it live via video. So let me make this as simple as possible. Suppose you want to make the word “happy” link to a website…you want to hide that website link with the word “happy.” Let’s say the website address is, http://www.happyness.com. Now the html that would be used to hide the website address (the link) with “happy” (the word) would be:
<a href=”http://www.happyness.com”>happy</a>So in other words,
Here is another example of how to hide a link with a word:
For instance, I type the word e-businessmom, and I want the word, “e-businessmom” to link to this blog (http://www.e-businessmoms.com/blog, it would look like the following:
<a href=”http://www.e-businessmom.com/blog”>e-businessmom</a>
I am not an HTML pro, but I know enough to get a lot done. Anyway, you can always hire someone to take care of this type of work for you. (smile)
REF: How To Hide A Link With A Word
No related posts.







You have a lot of really great info on this site! Congratulations on a job well done. I bookmarked your site.
1Great info, love it and super easy. What is the html code so it opens in a new tab? Or is it in settings on wordpress? Thanks for your help.
2You’re welcome Erika. Once you are in the HTML box of your WordPress blog, you would click on “link” and it would open up a new box where you add the redirect link, the title of that link (optional) and then you check the box that says, “Open in a new window.” You can do the same in the “Visual” box also.
31st grade information. Thanks.
4Thanks a lot for the effort of sharing this. It is very helpful.
5Thanks for the info. Not quite what I was looking for, but thanks. I was actually looking for a way to hide a link in a web page. This method displays it.
6Maybe this is what you are looking for…http://www.ehow.com/how_6794622_hide.html. Hope that helps.
7