Use of face and style attributes
I find the 'face' and 'style' attributes in the complete webpage code like this:
<font size="4" face="Arial, Helvetica, sans-serif" style="arial">
What is the difference between face and style?
Also, why do we specify three values for face attribute?
Can anybody solve these doubts pls?