Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<CatPhotoApp>Hello World</CatPhotoApp<
</body>
</html>
Your mobile information:
9013X_EEA - Android 10 - Android SDK 29
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge:
Learn to Code — For Free
Welcome to the community!
For this step, we are asked to replace the words Hello World
with CatPhotoApp
The <h1>
opening and the </h1>
closing tags should not be changed in any way.
Suggestion: Reset the step. Only replace the text Hello World
with the required text CatPhotoApp
Happy coding!
1 Like
Hi brother welcome to freecodecamp community!
there is slight mistake in line 3, the question is asking to add h1 tag so replace catphotoapp text with h1 and the closing tag should look like
<open></close>
Thank you for the information
1 Like