Print the document

Report a typo

The document below needs to be printed, but the size used for the font is not appropriate for printing.

Change the font size to the pt equivalent of the px value so the document can be printed.

Tip: You can use the CSS Unit Converter to convert pixels into points.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>To print</title>
</head>
<body>
<div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sed nisl vulputate, hendrerit enim vel, maximus lectus. Nulla nunc felis, eleifend sed ullamcorper eget, iaculis ut lectus</p>
</div>
</body>
</html>

Completed 1 of 2
The font size of the paragraph is in point measurements.
The code is valid.
___

Create a free account to access the full topic