Tribute page is not working out right

i have try every thing to get figure ,tribute-link,image max-width of 100% and nothing works.i even wrote notes on every responsive web design problem i have done in html and css. i have a 3 section note book full and i don’t understand why i would put just on the problems in the curriculum and now i have to put id=“title”, on this one am i supost to addthe id in the code,same with ,now i have to put

,main id=“main”, do i put that or just or is the web site stillnot working right cause as many ways as i put in one should have been right i think , i might be wrong but my test stay the same it seem like no matter what i change ,need help please.

   **Your code so far**
\ file: <!DOCTYPE html>

<html>

<main id=main><main id="img-div"><main id="image"><main id="img-caption"><main id="tribute-info"><main id="tribute-link"></main>

<h1 id=title><hr><big><b>"A Tribute To Dr Norman Borlaug"</b></big></hr></h1>

<figure><id="img-div">
 
 <img id="image">


<img
  display "block"
  max-width "100%"
  height "auto"
  />
 </img>
 <img-div id="img-caption">Norman Borlaug is the america to the lelf with the plant in his hand.</img>
 
 
 <id="tribute-info">this is a tribute to Dr Norman Borlaug,the man responsible  for the green revolution and saving about a billion poeople from stavation.</id>
<div
 id="img-div"
 />
<img id="image" >

<div id="img-caption">
   <image= max-width/ 100%;
   />
<a href="#"><img src=https://cdn.freecodecamp.org/curriculum/tribute-page/Dr-Norman Borlaug.jpg alt= image of Dr Norman Borlaug teaching mexican students how to increase their wheat yields </a>
  <a-href id="tribute-link"><a  href="https://en/www.freecodecamp.org" target="_blank"</a>
</figure>
 </html>
<!DOCTYPE html>

<html>

<main id=main><main id="img-div"><main id="image"><main id="img-caption"><main id="tribute-info"><main id="tribute-link"></main>

<h1 id=title><hr><big><b>"A Tribute To Dr Norman Borlaug"</b></big></hr></h1>

<figure><id="img-div">
 
 <img id="image">


<img
  display "block"
  max-width "100%"
  height "auto"
  />
 </img>
 <img-div id="img-caption">Norman Borlaug is the america to the lelf with the plant in his hand.</img>
 
 
 <id="tribute-info">this is a tribute to Dr Norman Borlaug,the man responsible  for the green revolution and saving about a billion poeople from stavation.</id>
<div
 id="img-div"
 />
<img id="image" >

<div id="img-caption">
   <image= max-width/ 100%;
   />
<a href="#"><img src=https://cdn.freecodecamp.org/curriculum/tribute-page/Dr-Norman Borlaug.jpg alt= image of Dr Norman Borlaug teaching mexican students how to increase their wheat yields </a>
  <a-href id="tribute-link"><a  href="https://en/www.freecodecamp.org" target="_blank"</a>
</figure>
 </html>
\ file: <style>
<h1 id="red-text"</h1>
#main {
 #img-div;
 #image;
 #img-caption;
 #tribute-info;
 #tribute-link;
}
#title {

}
#img-div {
  id: image;
  id:  img-caption;
}

#image {
 max-width: 100%;
 height: auto;
 img: center;
}
#tribute-link {
 href:https://www.freecodecamp.org/target:_blank;
}


</style>
<style>
<h1 id="red-text"</h1>
#main {
 #img-div;
 #image;
 #img-caption;
 #tribute-info;
 #tribute-link;
}
#title {

}
#img-div {
  id: image;
  id:  img-caption;
}

#image {
 max-width: 100%;
 height: auto;
 img: center;
}
#tribute-link {
 href:https://www.freecodecamp.org/target:_blank;
}


</style>
   **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Css doesn’t take html elements, only css styles.


Another mistake here.

Where is the “quotes”?


This syntax is incorrect, css styles are not added as attributes.

You have a lot to work on, :grinning: .

on the i ave change it a bunch f times and nothing happens the hole thing i have changed a bunch of time and the same errors will still have a x on them and the ones that has checks on them are staying the same ,i stared add css just the other day just to see if it helped so i just started adding all i could hoping something would change but nothing changes.,it even at one had some of the code checked off the i had not even put in the code yet , i need to delete it all and put it back the way i had it ,and then let you check it ,i know they don’t mix ,but after 2 days of typing ,depleting ,typing and deleting ,a d some more typnig ,and depleting ,and then some more ,and the code dont cahange so i no it needs “” mark bbut if it don’t fix it like it didn’t ,i justt try again then what am i to do ,sit here do nothing ,wait tell it waits to except it ,you tell me ,i ask for help ,thats not helping me and i just deleted every thinng all the way to the h1 tag and all the same things in the test are still the same ,same thing x out and same things are checked, nothing changes.

and if the main is a mistake then why does it except it ,thats the only way it would check id main off the list .i am not sure its me that needs the work ,it might be this new curriculum their having problums with .thats why i started put every thing every where .

deleted it put back in the way i did first time and it all when in quick and easy this time.something had to be wrong with program ,thanks anyway .

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