Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!DOCTYPE html>
<html>
<head>
<title>My first web page</tittle>
</head>
<body>
<h1>Hello World!</h1>
<p>this is my First web page.</p>
</body>
</html>
Your mobile information:
SM-G991B - Android 14 - Android SDK 34
Challenge: Learn HTML by Building a Cat Photo App - Step 1
Link to the challenge:
system
August 5, 2024, 3:45pm
2
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hey you are of with a great start…just a few changes …the instructions say
Change the text of the h1 element below from Hello World to CatPhotoApp and watch the change in the browser preview.
So inside the h1
already given add the text given in the instructions
happy coding
elviskwi:
<h1>Hello World!</h1>
Hey Buddy ,
Here You need to change this text with the word instructed CatPhotoApp in Challenge !!
Note : When we do so, then this appears in our Console Window !!
Hope You Understand !!!
Happy Coding