PYSH: How to help

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

Your code so far


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 browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36

Challenge: Delete HTML Elements

Link to the challenge:

Oh… Here it says:

“Delete your h1 element so we can simplify our view.”

Remember <h1> element is anything between and including
<h1> and </h1>
Good Luck!

Sorry about that. Still trying to get a handle on the forum.
I meant to write:
h1 element is anything between and including h1 and /h1

@torresml

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).


@TheMapotakes You only deleted the start tag of the h1 element. You need to delete all of it.

You still have this:

Hello World</h1>

Thanks for the info!

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