From d6ed7f75b968362f78a097e3336e23228f736bb9 Mon Sep 17 00:00:00 2001 From: Vruchi Date: Tue, 11 Dec 2018 14:08:19 -0700 Subject: [PATCH] Minor grammatical (#28376) Previously used "this case" to refer to two possible cases. --- guide/english/html/attributes/a-href-attribute/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/html/attributes/a-href-attribute/index.md b/guide/english/html/attributes/a-href-attribute/index.md index 8031830d12..9ef7cb1f64 100644 --- a/guide/english/html/attributes/a-href-attribute/index.md +++ b/guide/english/html/attributes/a-href-attribute/index.md @@ -4,7 +4,8 @@ title: A Href Attribute ## A Href Attribute -The `` attribute refers to a destination provided by a link. The `a` (anchor) element is dead without the `` attribute. Sometimes in your workflow, you don't want a live link or you won't know the link destination yet. In this case, it's useful to set the `href` attribute to `"#"` to create a dead link. The `href` attribute can be used to link to local files or files on the internet. + +The `` attribute refers to a destination provided by a link. The `a` (anchor) element is dead without the `` attribute. Sometimes in your workflow, you don't want a live link or you won't know the link destination yet. In cases like these, it's useful to set the `href` attribute to `"#"` to create a dead link. The `href` attribute can be used to link to local files or files on the internet. For instance: