I am currently taking an online course, CS50’s Web Programming with Python and JavaScript, on edX.com.
In the first lecture: HTML, CSS, there is project 0. Here is a link to the project https://cs50.harvard.edu/web/2020/projects/0/
In the assignment, “search,” I am stuck on on the “query images” in the specifications section. Can anyone please help point me in the right direction?
Hello @Nathaniel_Rod
hope that everything going fine with you
for the image search link the most important are those one
https://www.google.com/search?q=pizza&tbm=isch
q is the word you looking for here i used pizza as example
tbm=isch make it search for image the other not important
when you looking for any search link in google or other try to delete the one key value and see how it affect your result that’s what i did
hope that help and have a nice day