Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> div{ line-height: 10px; } </style> </head> <body> <h2>Пример свойства line-height</h2> <h3>line-height: 10px</h3> <div>Параграф с указанной высотой строки. <br> Высота строки равна 10 px. </div> </body>