HTML FONTS 6.C


Set the font of text
This example demonstrates how to set the font of a text. ? <h1 style="font-family:verdana">

Set the font size of text
This example demonstrates how to set the font size of a text. ? <h1 style="font-size:200%">
Set the font color of text
This example demonstrates how to set the color of a text. ? <h1 style="color:blue">
Set the font, font size, and font color of text
This example demonstrates how to set the font, font size, and font color of a text. ?
<p style="font-family:verdana;font-size:110%;color:green">