JavaScript
String Methods Names |
Description of JavaScript String Methods |
anchor(name) |
anchore() Method of JavaScript
String returns the string with the tag <A
name="name"> surrounding it. |
big() |
big() Method of JavaScript String returns the string with the tag
<BIG> surrounding it. |
blink() |
blink() Method of JavaScript String
returns the string with the tag
<BLINK> surrounding it. |
bold() |
bold() Method of JavaScript String
returns the string with the tag <B>
surrounding it. |
fixed() |
fixed() Method of JavaScript String
returns the string with the tag
<TT> surrounding it. |
fontcolor(color) |
fontcolor() Method of JavaScript
String returns the string with the tag
<FONT color="color"> surrounding it. . |
fontsize(size) |
fontsize() Method of JavaScript
String returns the string with the tag
<FONT size="size"> surrounding it. |
italics() |
italics() Method of JavaScript
String returns the string with the tag <I>
surrounding it. |
link(url) |
link() Method of JavaScript String
returns the string with the tag <A href="url"> surrounding it. |
small() |
small() Method of JavaScript String
returns the string with the tag
<SMALL> surrounding it. |
strike() |
strike() Method of JavaScript
String returns the string with the tag
<STRIKE> surrounding it. |
sub() |
sub() Method of JavaScript String returns the string with the tag
<SUB> surrounding it. |
sup() |
sup() Method of JavaScript String returns the string with the tag
<SUP> surrounding it. |
toLowerCase() |
toLowerCase() Method of JavaScript
String returns the string with all of its
characters converted to lowercase. |
toUpperCase() |
toUpperCase() Method of JavaScript
String returns the string with all of its
characters converted to uppercase. |