Computer scienceFrontendCSSBasic propertiesWorking with Text

line-height

Normal value

Report a typo

Change the code to make <p>’s line-height calculate automatically.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>And so with the sunshine and the great bursts of leaves growing on the trees, just as things grow in fast movies, I had that familiar conviction that life was beginning over again with the summer. ― F. Scott Fitzgerald, The Great Gatsby</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