/Responsive Web Design

6. Comment out HTML

Remember that in order to start a comment, you need to use <!-- and to end a comment, you need to use -->

Here you'll need to end the comment before your h2 element begins.


Challenge

Comment out your h1 element and your p element, but not your h2 element.


Prev: 5. Uncomment HTML

Next: 7. Delete HTML Elements