diff --git a/guide/english/html/attributes/a-target-attribute/index.md b/guide/english/html/attributes/a-target-attribute/index.md index 3127d5d7d7..a2d633a845 100644 --- a/guide/english/html/attributes/a-target-attribute/index.md +++ b/guide/english/html/attributes/a-target-attribute/index.md @@ -6,6 +6,12 @@ title: A Target Attribute The `` attribute specifies where to open the linked document in an `a` (anchor) tag.
+#### Syntax + +```html +
+``` + #### Examples: