Java Reference
In-Depth Information
HTML Methods
Method
introduced
description
JavaScript 1.0
Returns the string surrounded by <a>...</a> tags with
the name attribute assigned the passed parameter.
anchor(name)
JavaScript 1.0
Encloses the string in <big>...</big> tags.
big()
JavaScript 1.0
Encloses the string in <blink>...</blink> tags.
blink()
JavaScript 1.0
Encloses the string in <b>...</b> tags.
bold()
JavaScript 1.0
Encloses the string in <tt>...</tt> tags.
fixed()
JavaScript 1.0
Encloses the string in <font>...</font> tags with
the color attribute assigned a parameter value.
fontcolor(color)
JavaScript 1.0
Encloses the string in <font>...</font> tags with
the size attribute assigned a parameter value.
fontsize(size)
JavaScript 1.0
Encloses the string in <i>...</i> tags.
italics()
JavaScript 1.0
Encloses the string in <a>...</a> tags with the href
attribute assigned a parameter value.
link(url)
JavaScript 1.0
Encloses the string in <small>...</small> tags.
small()
JavaScript 1.0
Encloses the string in <strike>...</strike> tags.
strike()
JavaScript 1.0
Encloses the string in <sub>...</sub> tags.
sub()
JavaScript 1.0
Encloses the string in <sup>...</sup> tags and
causes a string to be displayed as superscript.
sup()
Search WWH ::




Custom Search