diff --git a/guide/english/html/attributes/a-href-attribute/index.md b/guide/english/html/attributes/a-href-attribute/index.md index c39e1c5ab2f..8031830d127 100644 --- a/guide/english/html/attributes/a-href-attribute/index.md +++ b/guide/english/html/attributes/a-href-attribute/index.md @@ -24,6 +24,15 @@ For instance: ``` The `` attribute is supported by all browsers. +### Syntax + + +URL: The URL of the link. +Possible values: + - An absolute URL - points to another web site (like ) + - A relative URL - points to a file within a web site (like href="index.html") + - Link to an element with a specified id within the page (like hred="#id-name") + #### More attributes: `hreflang` : Specifies the language of the linked resource. `target` : Specifies the context in which the linked resource will open.