user63365
0
Q:

href html

<a href="http://example.com" >Link text</a>
7
<a href="url">link text</a>
21
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
2
<a href="link">text</a>
2
<a href = 'website.com/your/linked/page'>Text in link</a>
4
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
1
<nav>
        <ul>
            <li><a href="index_2.html" 
                title="Accueil">Accueil</a></li>
             <!--ou -pour -->
            <li><a href="../index_2.html" 
                title="Accueil">Accueil</a></li>
            <li>Contact</li>
        </ul>
</nav>
0
<a href=""></a>
0
<a href="mailto:[email protected]?subject=subject&[email protected]">mail link</a>
0
The href attribute specifies the URL of the page the link goes to
-1

New to Communities?

Join the community