I can not access step 8 to continue coding

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 9; TECNO BB4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 8

Link to the challenge:

Hello there.

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it 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.

No space to enter step 8

I don’t understand what you are asking. You have to add a new attribute to the existing img element on this Step.

Existing image <img not showing.And resetting can not done or undone

What is your current code?

<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img>
  </main>
</body>
</html>

This is your img element. You need to add a new src attribute to it.

This is an example of an img element with a src attribute

<img src="https://www.example.com/the-image.jpg">

I’ve edited your code 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 (').

No space to add it or column.and code can not reset.no means of checking code for correct

No space to add it to the code

<img src="https://www.example.com/the-image.jpg"> no place to add it and is not responding to check aw bd resetting

I don’t know what you mean by ‘no space’.

You need to put your cursor inside of the img element after the text ‘img’ and then use your keyboard to type the required text in order to add a src attribute to the img element.

<img not showing or appearing.

It’s right here in your code on line 9

Where to add src attribute and checking is not working to device and to reset is undone,

I have not seen any code you posted where you added a src attribute.

No where to add it.and i can not reset code. I can not check my code.Why?

we cannot see your screen so we do not know what you are experiencing. If something is wrong with the website itself, you can always logout and log back in to see if you are able to view the challenge again. (if that is the problem you are having, it is hard to tell from your post)

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