| |
Description
| |
The target attribute is optional, but when used should be used with the href attribute and not the name attribute. The target attribute is used to specify a window name or frame in which the specified URL should open into.
|
Code
| |
<a target="TARGET" href="URL">YOUR TEXT HERE</a>
|
|