Answer: For changing font,
font-family: Arial, Verdana;
For changing size of the text,
font-size: 20px;
To create format text in italic style,
font-style: italic;
To create format text in bold,
font-weight: bold;
Asked In: While Learning |
Alert Moderator