Add the syntax (#27019)
This commit is contained in:
@ -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:
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user