Motivational Quotes

Report a typo

Using comments, make the result of the code look like in the image below:

Two paragraphs in the gray boxes

Don't forget to comment on or remove the unwanted code.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS comments</title>
</head>
<body>
<h1>Motivational Quotes</h1>
<p>It doesn’t matter how slow you go, so long as you do not stop.</p>
<p>Every day is a new chance.</p>
</body>
</html>
Completed 0 of 2
The correct properties are applied to the <h1> element
The correct properties are applied to the <p> elements
___

Create a free account to access the full topic