Missed values

Report a typo

The following units of measurement are given:

  • 12.1pt

  • 81px

  • 0.5in

Insert them into the blanks in the CSS code so that the web page looks like this:

The black text on the lightblue background

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Missed values</title>
</head>
<body>
<div>
<h1>Missed values</h1>
<p>Enter the missing units of measurement</p>
</div>
</body>
</html>
Completed 0 of 3
The height of the element <div> is correctly selected
Correct selection of font size for <h1> element
___

Create a free account to access the full topic