Responsive Web Design Projects - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.
Hello there,
I lost in my mistakes
I dont understand whats wrong, could you please help?

   **Your code so far**
/* file: index.html */
 <link rel="stylesheet" href="styles.css"> <main id="main">
     <h1 id="title">Dr. Norman Borlaug</h1>
   
     <figure id="img-div">
       <img
       id="image"
<figcaption id="img-caption">       </figcaption>
        <a 
        id="tribute-info"
           target="_blank">
          
/* file: styles.css */
#image {
 max-width:100%;
 height: auto;
}


   **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.62

Challenge: Responsive Web Design Projects - Build a Tribute Page

Link to the challenge:

it’s missing a closing bracket ‘>’

i would recommend to use some sandbox environment for these kinds of situations, cause its helpful to see issue more interactively, happy learning :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.