org.w3c.dom.html
public interface HTMLBaseElement extends HTMLElement
Method Summary | |
---|---|
String | getHref()
The base URI See the href attribute definition in HTML 4.0. |
String | getTarget()
The default target frame. |
void | setHref(String href) |
void | setTarget(String target) |