blazy
February 11, 2024, 4:53pm
1
Tell us what’s happening:
I am pretty sure all I need to do is define a button just like I did there but its not continuing
Your code so far
CatPhotoApp
Cat Photos
See more cat photos in our gallery.
Cat Lists
Things cats love:
cat nip
laser pointers
lasagna
Cats
love lasagna.
Top 3 things cats hate:
flea treatment
thunder
other cats
Cats
hate other cats.
Cat Form
Sumbit
<input type="text" name="catphotourl" placeholder="cat photo URL" required>
<button>Sumbit</button>
### Your browser information:
User Agent is: <code>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15</code>
### Challenge Information:
Learn HTML by Building a Cat Photo App - Step 42
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-42
Hey! Post your code here and link to the step. By press help button below in the challenge editor.
@blazy
You can post your code here, by adding three back ticks ``` in a separate line before and after your code.
Also tell me what error is showing below when you submit your code.
blazy
February 11, 2024, 5:10pm
6
I made a new forum please check it out
blazy
February 11, 2024, 5:09pm
7
Tell us what’s happening:
I can’t pass this step what should I do for the button exactly.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
</section>
<section>
<h2>Cat Lists</h2>
<h3>Things cats love:</h3>
<ul>
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
<figcaption>Cats <em>love</em> lasagna.</figcaption>
</figure>
<h3>Top 3 things cats hate:</h3>
<ol>
<li>flea treatment</li>
<li>thunder</li>
<li>other cats</li>
</ol>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">
<figcaption>Cats <strong>hate</strong> other cats.</figcaption>
</figure>
</section>
<section>
<h2>Cat Form</h2>
<form action="https://freecatphotoapp.com/submit-cat-photo">
<!-- User Editable Region -->
<input type="text" name="catphotourl" placeholder="cat photo URL" required>
<button>Sumbit</button>
<!-- User Editable Region -->
</form>
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 42
Learn to Code — For Free
blazy:
Sumbit
Hi!
It seems that you have typed the text ‘Submit’ wrong. Try fixing the typo.
Happy coding!
blazy
February 11, 2024, 5:15pm
9
I didn’t notice thank you so much
1 Like
system
Closed
August 12, 2024, 5:09am
10
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.