text property
The text property of the HTMLAnchorElement represents the text
inside the the element.
This property represents the same information as Node.textContent.
Implementation
external String get text;
Implementation
external set text(String value);