answersLogoWhite

0

The closest thing i have found is the Georgia font

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

ReneRene
Change my mind. I dare you.
Chat with Rene
BeauBeau
You're doing better than you think!
Chat with Beau
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga

Add your answer:

Earn +20 pts
Q: What Font is the Copenhagen Tobacco Company Font?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What font is the cp font?

It is a font called Bumbastika. Type in "Bumbastika Font" in Google to find a suitable site to download from.


Which button in the Font group allows you to increase the font size?

grow font


What is it called in excel when you change the font style to bold increase the font size and change the font color?

This is referred to as "font formatting."


What is the anatomy of HTML?

Html mostly uses three main parts. The thing,(e.g. <FONT size="10"></font>) the thing your changing, (e.g. <font SIZE="10"></font>) ,what your changing it to.(e.g. <font size="IO"></font) And the closing tab.(e.g. <text size="10"></FONT>)Then you put some of the thing (e.g. <font size="10">Content of your site</font>)


How do you create biodata in table format using HTML?

<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 Kumar 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>