From f6494ac55535e82da85b996072b4ed42afba0508 Mon Sep 17 00:00:00 2001
From: quang1793 <42300720+quang1793@users.noreply.github.com>
Date: Sun, 20 Jan 2019 07:03:11 +0700
Subject: [PATCH] Add the syntax (#27019)
---
guide/english/html/attributes/a-target-attribute/index.md | 6 ++++++
1 file changed, 6 insertions(+)
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: