How to paste in the code

i have been doing the courses and noticed that i can copy but i cant figure out how to paste.

Your code so far

CatPhotoApp

Click here to view more cat photos.

<a href="#"><img src="https://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="/submit-cat-photo">
		<label for="indoor"><input id="indoor" type="radio" name="indoor-outdoor"> Indoor</label>
		<label for="outdoor"><input id="outdoor" type="radio" name="indoor-outdoor"> Outdoor</label><br>
		<input type="text" placeholder="cat photo URL" required>
		<button type="submit">Submit</button>
	</form>

From where are you copying?
To where do you want to paste?

there is cut and copy only. well other options too but no paste. is there a hotkey for paste i can try

i can type the code but to save on time and get more done, i would like to paste what i can copy

Trust me when I say you learn more from typing things out than you will by copying/pasting. Your brain will process/remember better when you type it out. I have been doing this for over 25 years and I promise it will help you.

If you are using Windows, you can always use Ctrl + v to paste something you have already copied to the clipboard.

2 Likes

yeah im learning that i should learn more on typing it out and i will stick to it for muscle memory. i do thank you for taking the time for your suggestions.