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>.
Basic CSS syntax
Application of CSS property
Report a typo
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
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.