suzer
1
Tell us what’s happening:
Describe your issue in detail here.
Your code so fari need help in writing the code
anytime i write i get it wrong
<!-- User Editable Region -->
<html>
<CatPhotoApp>
<!-- User Editable Region -->
</body>
</html>h
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge:
I would reset the step to get the original HTML back.
"HTML elements have opening tags like <h1>
and closing tags like </h1>
.
The text for an element goes between its opening and closing tags."
If the original HTML is
<h1>Hello World</h1>
Then what is the text for the h1
element? Remember, it is between the opening <h1>
tag and the closing </h1>
tag. This is the text you want to change.
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.