私達のウェブサイトに画像を追加しましょう。

何が起きているか説明してください:
こちらに問題の詳細を記入してください。

さっぱりわかりません。
現状のあなたのコード


<h2>CatPhotoApp</h2>
<main>
<ing src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg  alt="relaxing-cat.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **あなたのブラウザ情報:**

ユーザーエージェント: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

チャレンジ: ウェブサイトに画像を追加する

チャレンジへのリンク:

1 Like

You have two problems.

First of all, you misspelled “img”.

Second of all, you didn’t put a final double quote (") on your url. It needs on on both sides so HTML knows where it begins and ends.

When I fix those, your code passes for me.

1 Like

できました。ありがとうございました。

2022年3月11日(金) 23:22 Kevin Smith via The freeCodeCamp Forum <notifications@freecodecamp.discoursemail.com>:

2 Likes