Learn how to use HTML to change the font face (the style or actual "font") of your text.
Difficulty: Easy
Time Required: 2 minutes
Here's How:
- Write your text: this is in Arial
- Surround the text with the font tag this is in Arial
- Add the attribute face="arial" to the font tag this is in Arial
Tips:
- You can use any font face you would like, but it's good to stick with common fonts
- You can also use Cascading Style Sheets to change the font face. This is recommended as the font tag has been deprecated.
What You Need:
- HTMl Editor -or-
- Text Editor

