Hi!
It’s a bit hard to say how you’ve written it since the “Your code so far” section is empty, but in this step, the const HTMLString = ``; is already declared above the editable region, and you’re writing inside the string literal.
The way you’ve created the label and the text inside it looks correct. Could you update the preview so we could see if there are any other issues?
Sorry, this is my first post and I didn’t know how it worked. I hope the code is clearer in this response. I’m pasting the entire function, although the relevant part is the HTMLString constant
No worries! It takes a moment to get used to how the forum works. Yes, this is much easier to read, thank you!
The <label>Entry ${entryNumber} Name</label> looks correct, and that should be all you need to write for this step. If you reset the lesson and copy just that in the editable field, it should work fine:)
However, it doesn’t work (I have reset it and written that code exactly as it is, several times already.). I get the following feedback: ‘You should have a label element inside your template literal.’ Although I think that’s exactly what I did.”