Linking
Linking is very important. If you don't know how to do it, you will just come up with only page and can't link any other
pages from that page. That's mean you will have to stick to one page. But hey, why should you when you can learn it within
a minute. Here's how you link text.
Go to another Page
Go to another page
*a stands for anchor and href stands for hypertext reference. But you don't have to remember it.
Okay, now you know how to link a page. But want it to open in a new window of your browser. It's easy, you just set the target of the window, which goes like this.
Click here to go to invano.com
Click here to go to invano.com
*_blank is the target for the link and it opens in a new window.
What about if I want to add a ScreenTip to a link? Well, you ask and here how it goes.
Mouse over me to see the ScreenTip.
Mouse over me to see the ScreenTip.
And there, you finish! You learned how to link! Start linking your site.
Wait, you didn't learn how to link email! That's very important.
You can't do this
Email me
when you are linking your email address. You have to add mailto: before the email address. Like this,
Email me
You also can add your own subject in the email.
Email me
The default color for link is blue and it's always underlined. To change the color for the link and remove the annoying underline you will
need to add style to your anchor attribute, which will be
invano
and it produces
invano
And there you go!
*a stands for anchor and href stands for hypertext reference. But you don't have to remember it.
Okay, now you know how to link a page. But want it to open in a new window of your browser. It's easy, you just set the target of the window, which goes like this.
*_blank is the target for the link and it opens in a new window.
What about if I want to add a ScreenTip to a link? Well, you ask and here how it goes.
And there, you finish! You learned how to link! Start linking your site.
Wait, you didn't learn how to link email! That's very important.
You can't do this
And there you go!