hello friends could you help me i did step 58 learn HTML by building cats app but step 59 did not come next instead of bring step 59 it brings all things done before from step 1-58.
Can you access this
yes i access it .already i done from step 1-58
Well that link is step 59. So, if you can access it then you should be able to go to step 59
yes if i access link step 59 i can go to step 59, but how i can get step 59?
Are you trying to say there are no directions when you got to step 59?
when i submit step 58 answer instead of bring step 59 it bring
<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">
<fieldset>
<legend>Is your cat an indoor or outdoor cat?</legend>
<label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
<label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
</fieldset>
<fieldset>
<legend>What's your cat's personality?</legend>
<input id="loving" type="checkbox" name="personality"> <label for="loving">Loving</label>
<input id="lazy" type="checkbox" name="personality"> <label for="lazy">Lazy</label>
</fieldset>
<input type="text" name="catphotourl" placeholder="cat photo URL" required>
<button type="submit">Submit</button>
</form>
</section>
</main>
</body>
</html>
I am still unsure of what you are trying to explain. So, when you submit the challenge it just brings up step 58 again? Or, does it bring up step 59 without and you just cant see the directions?
You can try clearing your browser cache, and make sure you dont have any browser extensions when you submit the challenge. Or, try a different browser and see if the issue still happens
sorry dear i kill your time .my question is like other steps step 59 did not display on the screen example after i submit step 57 step 58 is displayed on the screen but when i submit step 58 step 59 did not displayed.
Have you tried the above steps of clearing your browser cache, or trying to submit step 58 in a different browser than you are currently using?
10Q very much the challenge is already solved by your help.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.