From 217a4754fdd95d82ddf9ca6ca097bbebf40be4e0 Mon Sep 17 00:00:00 2001 From: Suvarna Sivadas <31803071+Suvarna221B@users.noreply.github.com> Date: Wed, 12 Dec 2018 02:56:35 +0530 Subject: [PATCH] updated examples (#33687) --- .../html/attributes/a-href-attribute/index.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/guide/english/html/attributes/a-href-attribute/index.md b/guide/english/html/attributes/a-href-attribute/index.md index bcac0c2c4b..108e2d843c 100644 --- a/guide/english/html/attributes/a-href-attribute/index.md +++ b/guide/english/html/attributes/a-href-attribute/index.md @@ -23,6 +23,27 @@ For instance: ``` The `` attribute is supported by all browsers. +Different URL Forms +The URL may be: + +Fully Qualified (include a protocol) +https://html.com +https://html.com +URL with a relative (unspecified) protocol +//html.com +Browser-specific protocol +chrome://settings/ +Relative to the current page +next +Relative to the current domain +/ +/wp-content/uploads/flamingo.jpg +Values of the href Attribute +Value Name Notes +url The URL (URI) of the linked resource. + + +Read more: https://html.com/attributes/a-href/#ixzz5VX8eY5eg ### Syntax