This is hard to do, I's about the #img-div, #img#img-caption, #tribute-info, and #tribute-link

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.html */
<main id="main">
<div id="main">
<h1 id="title">Test</h1>
/* 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.5060.66 Safari/537.36 Edg/103.0.1264.44

Challenge: Build a Tribute Page

Link to the challenge:

you need to add those elements and ids before you are able to pass that test

Tell us what’s happening:
Describe your issue in detail here.

   **Your code so far**
/* file: index.html */
<main id="main">
<div id="main">
<h1 id="title">Tommy, the vibeable dangerous man</h1>
<div id="img-div">
 <h2>sup</h2>
<div id="image">
 <h2>sup</h2>
<div id="img-caption">
 <h2>sup</h2>
<div id="tribute-info">
 <h2>sup</h2>
<div id="tribute-link">
<h2>sup</h2>
<a id="tribute-link" target="_blank">
<img id="image" max-width="100%" src="https://www.bing.com/images/search?view=detailV2&ccid=GddH9Jq8&id=3135F3D7052C5C2753D81FB2493FA79F710C613B&thid=OIP.GddH9Jq8WH_BA3ZeW4Pa-gAAAA&mediaurl=https%3a%2f%2fpm1.narvii.com%2f6425%2f99efee5b2ed3c2fea76062ecee199fe142ea4de5_hq.jpg&cdnurl=https%3a%2f%2fth.bing.com%2fth%2fid%2fR.19d747f49abc587fc103765e5b83dafa%3frik%3dO2EMcZ%252bnP0myHw%26pid%3dImgRaw%26r%3d0&exph=744&expw=425&q=tommy+vercetti&simid=608029105910542694&FORM=IRPRST&ck=0F7472C7B320B12852AD268E3C990B52&selectedIndex=1&ajaxhist=0&ajaxserp=0" alt="Tommy Vercitti" height="auto" >
/* 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.5060.114 Safari/537.36 Edg/103.0.1264.49

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

…?


It’s impossible for us to know what you want help with unless you tell us.