diff --git a/guide/english/html/attributes/a-target-attribute/index.md b/guide/english/html/attributes/a-target-attribute/index.md index d8dddea63c..3127d5d7d7 100644 --- a/guide/english/html/attributes/a-target-attribute/index.md +++ b/guide/english/html/attributes/a-target-attribute/index.md @@ -39,7 +39,7 @@ A target attribute with the value of “_top” opens the linked document in the freeCodeCamp ``` -A target attribute with the value of _"framename"_ Opens the linked document in a specified named frame. +A target attribute with the value of _"framename"_ opens the linked document in a specified named frame. ```html freeCodeCamp