1

Will "pixels" always look the same as "points"?

<p style="font-size: 16px;">
    pixels
</p>
<p style="font-size: 12pt;">
    points
</p>

UPDATE:

I know difference btw pixels and points, please, just answer my question, I do not need extra articles!

Lies
  • 303
  • 4
  • 11

2 Answers2

0

The answer is no. It depends on things such as browser and OS. They have to calculate the pixels from the value you give in points. The problem is the ppi (pixels per inch) is not the same for all systems. It should be 72 ppi I think, but it is different across different platforms like 96 ppi or 80 ppi.

Martin Yankov
  • 351
  • 3
  • 7
0
Points are much like Pixels 

and

Pixels are much like Points.

But not look Same It depends on Browser and OS.

Go to this link here they give the Approximate Conversion from Points to Pixels

Pandian
  • 8,848
  • 2
  • 23
  • 33