Tribute Page - Build a Tribute Page

Tell us what’s happening:
Hey, so i dont have a problem with my code so far, but i just wanted to ask where i could get an image from? I thought about going on some random website, press f12 and then copy the source from this website and add it to my project. But im not sure if fcc allows that, since the curriculum says that it checks for plagiarism (obviously). So would this be seen as plagiarism? I hope this is the right place to ask. Thanks

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
 <head>
   <meta charset="utf-8">
   <link rel="stylesheet" href="styles.css">
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <title>Dribute Page for MLK</title>
 </head>
<main id="main">
  <h1 id="title">Dr. Marthin Luther King Jr.</h1>
  <p>A fighter for civil rights</p>
  <figure id="img-div">
    <img id="img" src=""
  <body>
  </body>
</main>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

HI @Zyro !

freeCodeCamp is checking if you copied the sample or took someone’s else project and passed it off as your own.

you can also get free images from unsplash
30,000+ Martin Luther King Jr Pictures | Download Free Images on Unsplash.

1 Like