Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> p {line-height: 2em;/*1em = 16px */} </style> </head> <body> <p>Ein Absatz.</p> <p>Dieser Paragraf wird mit 2em Linienhöhe geschrieben.</p> </body> </html>