From 36652a74f3b4539600b12cf064d8242e87a7d89f Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 1 Nov 2018 03:32:56 -0400 Subject: [PATCH] Update index.md (#21125) Added a missing " in line 28. --- guide/english/html/attributes/links/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/attributes/links/index.md b/guide/english/html/attributes/links/index.md index 855f5d73bd..2caecc3055 100644 --- a/guide/english/html/attributes/links/index.md +++ b/guide/english/html/attributes/links/index.md @@ -25,7 +25,7 @@ If you'd like your link to open in a new tab, you'll use the ```code target``` a When you need to guide users to a specific part of your webpage, let's assume the very bottom, you first need to assign the hash ```code #``` symbol to the ```code href``` attribute, like this ```html -More about us ``` you'll then need to use an ```code id``` attribute in the element you want to direct your user to - in this case the ```code