link()
link(
text,target,tooltipMsg?,options?):HTMLAnchorElement
Creates an <a> element.
Parameters
| Parameter | Type |
|---|---|
text | string |
target | string | object | Function |
tooltipMsg? | string |
options? | null | string | ElementOptions |
Returns
HTMLAnchorElement