Beginner in HTML

am a beginner and would love to have a study partner

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="https://freecatphotoapp.com/ submit-cat-photo">
  <input type="text" placeholder="cat photo URL">
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0.

Challenge: Create a Form Element

Link to the challenge:

You’ve got an extra space character in the URL:

https://freecatphotoapp.com/ submit-cat-photo

Notice the separation between the / and submit-cat-photo.

1 Like

Hi @Jardon237 !

Welcome to the forum!

There are a few posts here in the forum from people looking for study partners. So you can look through these search results.
https://forum.freecodecamp.org/search?q=study%20partner

You can also ask around on the FCC discord.

thanks for the correction

Also a beginner, in need of a study partner. I wouldn’t mind teaming up with you

3 Likes

Am going to be pleasure working with you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.