Multi-line comment

Report a typo

Analyze the code and only uncomment the multi-line comment.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Multi-line comments</title>
</head>
<body>
<!-- It's a heading. -->
<!--
<p>It's a paragraph of the text</p>
<p>That's a paragraph of the text, too</p>
-->
</body>
</html>
Completed 1 of 2
Uncomment the multi-line comment
The code is valid
___

Create a free account to access the full topic