Application of CSS property

Report a typo

Try using Google to find out which CSS property is responsible for setting the background color. Apply this property with the red value to the element <body>.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Basic syntax</title>
</head>
<body>
<p>Banana</p>
<p>Apple</p>
<p>Peach</p>
</body>
</html>
Completed 1 of 2
Styles are applied to element <body>
The code is valid
___

Create a free account to access the full topic