Add the syntax (#27019)

This commit is contained in:
quang1793
2019-01-20 07:03:11 +07:00
committed by Tom
parent c2778cbecb
commit f6494ac555

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. The `<a target>` attribute specifies where to open the linked document in an `a` (anchor) tag.
<br> <br>
#### Syntax
```html
<a target="_blank|_self|_parent|_top|framname">
```
#### Examples: #### Examples: