1. Changing Text Color
You can change the text color using hexadecimal or named colors:- Hexadecimal Color Code:
Named Colors:
-
2. Underline
To underline text, use the<u> tag:
3. Line Break
To move text to the next line, use<br>:
4. Bold
To make text bold, use the<b> tag:
5. Text Size
You can change text size using absolute or percentage values:- Using Absolute Size (Integer Value in Percentage):
- Using Fixed Integer Size:
6. Strikethrough
To apply a strikethrough effect, use the<s> tag:
7. Italics
To italicize text, use the<i> tag:

