Learn localStorage by Building a Todo App - Step 25

Tell us what’s happening:

I have a small question here,
why doesn’t the code work?
since I opened a


and a element, can someone please help me?

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

        <p><strong>"Title:" ${title}</p></strong>

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0

Challenge Information:

Learn localStorage by Building a Todo App - Step 25

Your closing tags are swapped.

The first you open, the last you close.
The last you open, the first you close.

Example:

<p> <span></span> </p>

This way there is <span> element with its opening and closing tags inside another <p> element.


And remove the double quotes around your Title:

1 Like

boa yes make sense :slight_smile:
the point is that the requirement is formulated strangely and I didn’t understand it well

Mod Edit: Solution Removed

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1 Like

And what is the problem with u if I post the solution

This is our policy here as explained once to you already.

No problem we can do that

Hey! Then the moderator can very well as you.