Basic HTML and HTML5 - Comment out HTML

Tell us what’s happening:
Describe your issue in detail here.

Your code so far




I am loking for a solution how to comment out a code

<!__
<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

__>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>








    
    
    

Your mobile information:

RMX1825 - Android 10 - Android SDK 29

Challenge: Basic HTML and HTML5 - Comment out HTML

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Example

<!-- your required element goes here --> 

You need to comment out h1 and p tags only.
@Ravish

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.