HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ font-size: 15pt; } </style> </head> <body> <p>1 pt = 1.3 px</p> <p><strong>Note</strong>: font-size used here is 15pt not 1pt.</p> </body> </html>
OUTPUT
×

Save as Private