Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<h1>Hello World</h1>
</body>
</html>
</html>
<h1>Hello World</h1>
<html>
<body>
<h1>Hello World</h1>
Your mobile information:
MAR-LX3A - Android 10 - Android SDK 29 - Security Patch 2020-08-01 - HUAWEI/MAR-LX3A/HWMAR:10/HUAWEIMAR-L23A/10.0.0.265C605:user/release-keys
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge:
Learn to Code — For Free
Welcome to the forum!
According to the directions:
" Find the h1
element and change its text to:
CatPhotoApp
"
You added two additional h1 elements, but thats not what the directions ask of you. You do not need to add any new elements in the code. The only thing is changing the original h1 text
I recommend resetting the lesson and trying again
hello and welcome to fcc forum
wrong html page structure
why do you have these html
and duplicates tags in it?
</html>
<h1>Hello World</h1>
<html>
<body>
<h1>Hello World</h1>
remove those duplicates and stick to whats been given initially and simply change “h1” content from there, happy learning
system
Closed
November 6, 2023, 11:49pm
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.