When displaying fonts, what is the difference between pixels, points and ems?
Answer / Mitesh Kumar Mishra
Pixels are units of measurement based on the physical resolution of a screen, points are units used in typography, which are 1/72th of an inch, and ems (em) are relative to the font size being used. In web development, 1em is equal to the current font size.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the difference between constants and read-only variables?
What is a strategy pattern? Implement it.
What is connected and diconnected database ?
why do you want to join deloitte, where do you exactly fit in.
what is GAC?
What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com
What are the core differences between .NET Languages ?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What's wrong with a line like this? Datetime.parse(mystring);
What's typical about a windows process in regards to memory allocation in .net?