Changes

Jump to: navigation, search

JavaScript String Object

209 bytes added, 13:16, 27 April 2007
JavaScript String Object Methods
<tr>
<td>fixed()<td>Coverts the string to be displayed in fixed pitch (teletype style) font. Equivalent to wrapping the string in HTML &lt;tt&gt; and &lt;/tt&gt; elements (e.g. <tt>Example</tt>) </td>
</tr>
<tr>
<td>fontcolor()<td>Specifies the color of the string. Equivalent to wrapping the string in HTML &lt;font color="''color''"&gt; and &lt;/tt&gt; elements (e.g. <font color="red">Example</font>) </td>
</tr>
</table>

Navigation menu