To know all about html links
Hello,
Can anyone describe about HTML Links? I want to know all about html links. I want to know details. How does it work? What is the code format? Please describe me.
Hello,
Can anyone describe about HTML Links? I want to know all about html links. I want to know details. How does it work? What is the code format? Please describe me.
Hello,
It can be called A hyperlink. When you mover your cursor over the link you will see a little hand.
The link is shown by the using <a> tag.
To create HTML link you have to know about some attribute.
“href” is which is use for where the word or image is linked.
“target” is used for how the link page will open.
Here is the example:
<a href="http://www.com/" target="_blank">Visit site!</a>
Thanks.
Hello,
M # have sad very important things about links and I will add some
For the Linux must write all the link including http://
There are some internal links (in the same page) that we call acres they are used to help users if the page were long
First we define a place by using the attribute
id="thenameofyourancre"
And you use it as you use the external links but in the target href you have to write "#" before the name of your acre like that href="#thenemeofyourancre".
I hope that will help you
Good night