Computer scienceFrontendCSSBasic propertiesCommon properties

Opacity

Unreadable

Report a typo

The phrase below is almost unreadable because its opacity was set to 0.1. Set the opacity to the default value so that we can read it.

Tip: The default value is a number.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Quote</title>
</head>
<body>
<p>“We learn more by looking for the answer to a question and not finding it than we do from learning the answer itself.” - Lloyd Alexander.</p>
</body>
</html>
Completed 2 of 3
The <p> tag has te correct opacity value.
The code is valid.
___

Create a free account to access the full topic