Hi everyone. Very new to this.
My image is there however I totally don’t get the point of adding this particular user story #3 code.
Tell us what’s happening: My question is what the heck is an id=“img-div”?
Does this mean in the CodePen CSS area I need to code #img-div { attributes, etc}
and then refer back to it on the html page with with id=“image”?
Thanks for any advice! --ap
The Dr Borlaug example has
<figure id="img-div">
<img id="image" src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg" alt="Dr. Norman Borlaug seen standing in Mexican wheat field with a group of biologists"/>
on this snippet of code what does the mean? Is that an html5 tag?
my code so far
<div>
<img id="image"src="https://miro.medium.com/max/4800/1*EoWxYuybCYSgNFI4j62IPQ.jpeg" width="250" alt="farmer and author David Mas Masumoto holding his Sun Crest peaches"/>
</div>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15
.
Challenge: Build a Tribute Page
Link to the challenge: