Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<elementName>Click here to view more cat photos</elementName>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Edg/106.0.1370.42
Challenge: Learn HTML by Building a Cat Photo App - Step 3
Link to the challenge:
hbar1st
October 13, 2022, 11:27pm
2
hi there
<elementname>
is not valid html
You need to replace the elementname
with the actual name of the element you are working on. For eg. if the element is a paragraph, then you would use p as the name
Thanks! I literally know nothing about any of this and thought tonight I’d give it a go.
hbar1st
October 13, 2022, 11:38pm
4
I wish you a good learning journey.
If you want, I posted something to help some of the newbies to HTML learn about elements and attributes here
<CatPhotoApp>Hello World</CatPhotoApp>
Hello newbies! If your solution to Step 1 of the “Learn HTML by Building a Cat Photo App” is not working and it looks like the above line of code, then you’ve come to the right place!
[HTML-Element]