Using the <img> tag - beginners HTML

Hi guys, new here, I would just like to confirm I am trying to do the stage 8 on learning how to use the img element and adding an image url but it still doesn’t work,…please kindly assist.

Please post a link to the challenge and your code and we can see what you might be doing wrong.

EDIT: You can do this most easily directly from the challenge itself. When the help icon appears, click and a useful template appears to help you submit your post.

2 Likes

Hi @igorgetmeabrain thank you :slight_smile:

Please see the link below:

Learn HTML by Building a Cat Photo App: Step 8 | freeCodeCamp.org

We can’t help fix your code unless you post it.

Sorry to be a burden, but I have tried using it from the help available, and tried to submit it, still not getting anywhere? does this site crash often?or?

No, the site does not crash often.

What code did you try to write?

Thank you @JeremyLT;
Please see below the code that I have entered.


  <img> https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.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 (').

Two problems

  1. You can’t put attributes after a >

  2. You need both the attribute name and value, separated by a =

1 Like

Hi Jeremy, thank you for your time and patience,
I am going to give it a try again, I didn’t come this far for nothing lol.

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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