There is no option of paste in the coding

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src= 

<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>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; RMX1941) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Is the problem that you can’t paste using the mouse button like usual? I can’t use the mouse, either: to paste, I have to press Control - V (in other words, press the CTRL button and the V button at the same time).

[some other useful shortcut keys]
CTRL C --> copy
CTRL X --> cut
CTRL Z --> undo

1 Like

Hey Harshit,

nice to meet you!

So you successfully added:

  • an img tag
  • src= into the img

Great work!

As you can see in the description of the lesson,
an img needs a source to a place where the image is saved, e.g.

<img src="https://www.your-image-source.com/your-image.jpg">

So that’s your next task,

Now set the src attribute so that it points to this url:
https://bit.ly/fcc-relaxing-cat

Let us know if you need some additional help.

1 Like

Elaborate please ? What do you wanna paste the link ? Or ?