Help with Src Attribute

<h2>CatPhotoApp</h2>

<main>

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

  <a href="#"><img src="https://www.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://www.freecatphotoapp.com/submit-cat-photo">

    <input type="text" placeholder="cat photo url"required>

<label>

<input  id="indoor" type="radio" name="indoor_outdoor">indoor

</label>

<label>

<input id="outdoor" type="radio"name="indoor_outdoor">outdoor

  </label>

  <button type="submit">submit</button>

  </form>


</main>

Hello there.

Do you have a question?

If so, please edit your post to include.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Hi! I also don´t understand the question, but I see that you have to separate “required” of “cat photo url” in your text input. If this is not the solution please write in this post the link of the test in order to give you more help.

I hope this can help you.

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