Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { line-height: normal; } </style> </head> <body> <h2>Line-height property example</h2> <h3>line-height: normal (default)</h3> <div>This is a paragraph with a standard line-height. <br> The standard line height in most browsers is about 110% to 120%. </div> </body> </html>