corrected a to <a> for html anchor tag (#32943)

This commit is contained in:
Nathan Liang
2019-01-19 19:07:19 -05:00
committed by Tom
parent 5eda2f051a
commit 65ee73f56b

View File

@ -3,7 +3,7 @@ title: A Target Attribute
---
## 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>
#### Syntax