+ 1
Hi, In HTML challenges question 5, you have to write a comment and that's how you can write a comment in html: <!-- anything you wanna write -->
<html>
<body>
<!-- First paragraph-->
<p>Welcome to my webpage</p>
</body>
</html>