34,333
edits
Changes
→JavaScript String Object Methods
<tr>
<td>fontcolor()<td>Specifies the color of the string. Equivalent to wrapping the string in HTML <font color="''color''"> and </font> elements (e.g. <font color="red">Example</font>) </td>
</tr>
<tr>
<td>fontsize()<td>Specifies the color of the string. Equivalent to wrapping the string in HTML <font size="''size''"> and </font> elements (e.g. <font size="18pt">Example</font>) </td>
</tr>
</table>