HTML CSS examples for HTML Tag:a
The href attribute sets the URL of the page the link goes to.
Value | Description |
---|---|
URL | The URL of the link. |
Possible values:
The href attribute specifies the link's destination:
<!DOCTYPE html> <html> <body> <p><a hreflang="en" href="http://java2s.com">site</a></p> </body><!--from ww w . ja v a2 s. c o m--> </html>