HTML font is an easy way to add a pop of color somewhere with out the CSS.
Font face is used to change the style of the font. So say I have a page in times and I want part of it to be Verdana. I just use this coding to change the font face.
<font face=“Verdana”> Text Here</font>
Be careful what fonts you use. Some aren’t installed on everyone’s computers so in other words they won’t show up. But Verdana, Times, Tahoma are three that work on every computer.
To change text color just use
<font color=“000000”>Text here</font> this will change the color of your text just change the hex number. Do not use # in this html code.
To change the size us 1-8 in this coding
<font size=“4”>Text Here</font> this will change the size to 4 in html format. You can go from 1-8.
You can also add these together like so
<font size=“4” color=“000000” face=“Verdana”>Text Here</font>
Welcome to Limon Candy, I'm Cherise and I own and run this website. I'm an 18 year old Capricorn born and raised in the south. I'm a girl if you haven't noticed yet. I love anime/manga, drawing/painting/crafts, Web Design, trying new things, sushi, horses, and reading.

