HTML - Font
font color code
<font color="#2222ff"> Home is the only place </font> <font color="#9911ff"> where one does not get homesick </font> |
This is how it will appear in a browser |
Home is the only place
where one does not get homesick
|
View above example output in a new browser window |
Simple font code
<font face="script" size="4"> Count your blessings, not your wrinkles. </font> |
This is how it will appear in a browser |
Count your blessings, not your wrinkles.
|
View above example output in a new browser window |