<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of CSS units</title> <style> P { font-size:16px; line-height:3.5em; } </style> </head> <body> <p> This line height size is 3.5em. </p> </body> </html>