I'm designing my website with html... I want my font to be arial, size 8pt.
When I put this code:
<font face="arial"><font size="8pt">
It makes the font huge.
When I put this code:
<font face="arial"><font size="1">
The font goes into arial 8px.
How do I get the arial 8pt font with html?