Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { line-height: 200%; } </style> </head> <body> <h2>Line-height property example</h2> <h2>line-height: 200%</h2> <div>This is a paragraph with a bigger line-height. <br> The line height here is set to 200%. </div> </body> </html>