<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat " 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>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36.
Secondly, you have an extra space at the end of your url that is throwing off the test. It works irl, but the test isn’t accounting for that possibility. When I remove that, the test passes.
We don’t take pictures of code because picture take up a lot of memory and it makes it more difficult to help you - if you cut and paste the code in, we can try it out.
And no, you aren’t expected to remember everything. There are far too many things across too many languages and no one can remember them all. Common things you will memorize from use, but for the rest it’s more about knowing what is possible and knowing where to find the answers. Google is a programmer’s best friend. I have to check google or MDN or Stack Overflow at least 10 times a day.
what kind of videos do you recommend for someone starting out in coding i have 1 year before college and i would love to be able to reach the point where i can use it to make money while in college and gain experience to give me the edge in the working world.
There is a lot of stuff on youtube and some FCC videos. I would just recommend working through FCC and learning what you can. If there is something you don’t understand or want to learn more about, look for a video on it (but try to stay on track). When I got to some of the React and full stack projects I ended up watching a lot of videos (this was before FCC had lessons for those). Just keep learning and once you get a base knowledge, start building things but keep learning new things. You will organically figure out what you need to learn.