Hello guys! I am currently on the “Build a Tribute Page” Task. Can someone please help me understand how I can go about adding an image on the project. Given that the code is written on freeCodeCamp, as opposed to using an external editor. Thank you!!
Your code so far
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css" />
<title>TributeToNipseyHussle</title>
</head>
<body>
<header>
<h1 id="title">Nipsey Hussle</h1>
<p> Tha great</p>
</header>
<main id="main">
<div id="#img-div">
<img id="image" >
<figcaption id="img-caption">Nipsey with the Grammys award</figcaption>
</div>
</main>
</body>
</html>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: