Add the syntax (#27019)

pull/29001/head^2
quang1793 2019-01-20 07:03:11 +07:00 committed by Tom
parent c2778cbecb
commit f6494ac555
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ title: A Target Attribute
The `<a target>` attribute specifies where to open the linked document in an `a` (anchor) tag.
<br>
#### Syntax
```html
<a target="_blank|_self|_parent|_top|framname">
```
#### Examples: