Computer scienceFrontendCSSBasic propertiesWorking with Text

line-height

Fifty pixels

Report a typo

Write the code that makes the line-height property of <p> equal to 50px.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>But especially he loved to run in the dim twilight of the summer midnights, listening to the subdued and sleepy murmurs of the forest, reading signs and sounds as a man may read a book, and seeking for the mysterious something that called — called, waking or sleeping, at all times, for him to come. ― Jack London, The Call of the Wild</p>
</body>
</html>


Completed 1 of 2
The correct value for the "line-height" property is set
The code is valid
___

Create a free account to access the full topic