Results 1 - 13 of 13
The
anchor()
method creates an
<a>
HTML anchor element that is used as a hypertext target.
The
big()
method creates a
<big>
HTML element that causes a string to be displayed in a big font.
The
blink()
method creates a
<blink>
HTML element that causes a string to blink.
The
bold()
method creates a
<b>
HTML element that causes a string to be displayed as bold.
The
fixed()
method creates a
<tt>
HTML element that causes a string to be displayed in fixed-pitch font.
The
fontcolor()
method creates a
<font>
HTML element that causes a string to be displayed in the specified font color.
The
fontsize()
method creates a
<font>
HTML element that causes a string to be displayed in the specified font size.
The
italics()
method creates an
<i>
HTML element that causes a string to be italic.
The
link()
method creates a string representing the code for an
<a>
HTML element to be used as a hypertext link to another URL.
The
small()
method creates a
<small>
HTML element that causes a string to be displayed in a small font.
The
strike()
method creates a
<strike>
HTML element that causes a string to be displayed as struck-out text.
The
sub()
method creates a
<sub>
HTML element that causes a string to be displayed as subscript.
The
sup()
method creates a
<sup>
HTML element that causes a string to be displayed as superscript.