34,333
edits
Changes
→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 <tt> and </tt> 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 <font color="''color''"> and </tt> elements (e.g. <font color="red">Example</font>) </td>
</tr>
</table>