Although Ikea uses Verdana as a corporate font, it should NEVER be used in print. On the web it's very often used because of it's excellent readability when anti-alias is off.
The font used in Kingdom of Loathing is called Verdana.
Verdana
Verdana
The font tag has an attribute called "Face" using which you can set the font type. Ex: <Font face = "Verdana"> will display all following text in the Verdana font. You can also set font size and color using this tag. Ex: <Font face = "Verdana" color = "Red" size = "10"> will display text in Verdana font, red color and 10 pixels high in size.
Verdana
The font Answers.com uses for its answers is Verdana.
Yes, you can use Calibri font for APA papers. However, the APA style guide recommends using a serif font such as Times New Roman, in 12-point size. If you choose to use Calibri, be sure to adhere to other APA formatting guidelines such as double spacing and 1-inch margins.
<html> <head> <title> BIO-DATA </title> <body> <table border="1" width="600" align="center" bgcolor="yellow"> <caption align="center">BIO-DATA</caption> <tr> <td colspan="2" align="center"><img src="Photo-2128.jpg" height="350" width="300"> </td> </tr> </table> <table border="1" width="600" align="center" bgcolor="green"> <tr> <font face="verdana" color="red"> <td>NAME:</td> <td><font color="white">Ashis&nbsp;Kumar&nbsp;Sharma</font></td> </font> </tr> <tr> <font face="verdana"> <td colspan="2" align="center" height="40" bgcolor="yellow"><font color="green"><b>ADDRESS</b></font></td> </font> </tr> <tr> <font face="verdana"> <td>CITY:</td> <td><font color="white">Chakradharpur</font></td> </font> </tr> <tr>k <font face="verdana"> <td>STATE:</td> <td><font color="white">Jharkhand</font></td> </font> </tr> <tr> <font face="verdana"> <td>PIN-CODE</td> <td><font color="white">833102</font></td> </font> </tr> <tr> <font face="verdana"> <td>EMAIL:</td> <td><font color="white">xxxxxxx@gmail.com</font></td> </font> </tr> <tr> <font face="verdana"> <td>PHONE:</td> <td><font color="white">95465768878</font></td> </font> </tr> <tr> <font face="verdana"> <td>MOBILE NO.:</td> <td><font color="white">9876543210</font></td> </font> </tr> <tr> <font face="verdana"> <td>D.O.B:</td> <td><font color="white">18/6/1991</font></td> </font> </tr> <tr> <font face="verdana"> <td>GENDER:</td> <td><font color="white">Male</font></td> </font> </tr> <tr> <font face="verdana"> <td>COLLEGE:</td> k<td><font color="white">Kiit University</font></td> </font> </tr> <tr> <font face="verdana"> <td>DEPARTMENT:</td> <td><font color="white">MCA</font></td> </font> </tr> <tr> <font face="verdana"> <td colspan="2" align="center" height="40" bgcolor="yellow"><font color="green"><b>EDUCATIONAL QUALIFICATION</b></font></td> </font> </tr> <tr> <font face="verdana"> <td>10th</td> <td><font color="white">58.2</font></td> </font> </tr> <tr> <font face="verdana"> <td>12th</td> <td><font color="white">60</font></td> </font> </tr> <tr> <font face="verdana"> <td>B.Sc.(C.A)</td> <td><font color="white">79.2</font></td> </font> </tr> <tr> <font face="verdana"> <td>MCA</td> <td><font color="white">7.85 CGPA</font></td> </font> </tr> <tr width="30"> <font face="verdana"> <td>EXTRA ACTIVITY:</td> <td><font color="white">Cricket,Art</font></td> </font> </tr> <tr width="30"> <font face="verdana"> <td>PROFESSIONAL QUALIFICATION:</td> <td><font color="white">C,C++,Data Structure,Html,Php</font></td> </font> </tr> <tr width="30"> <font face="verdana"> <td>KNOWN LANGUAGE:</td> <td><font color="white">English,Hindi</font></td> </font> </tr> <tr width="30"> <font face="verdana"> <td>HOBBY:</td> <td><font color="white">Listening Music,Playing Cricket</font></td> </font> </tr> </table> </body> </html>
APA style papers should be done in size 12 font. The font style should be Times New Roman, Courier, or Arial. All text in the paper should be done in the same font.
.classname {font-size: 0.88em;font-family: Verdana, Arial, Sans-serifcolor: borwn;}
To change the font from Verdana to Arial, open the document in a text editor or word processor. Select the text that you want to change, then click on the font option in the toolbar or menu. From the drop-down menu, choose Arial as the new font for the selected text.
I believe you are looking for the "font-family" and "size" elements. Example usage: <P STYLE="font-size: 24px; font-family: Verdana;">