Tell us what’s happening:
Describe your issue in detail here.
Where i got the image to add in the tribute-page ?
Your code so far
/* file: index.html */
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.40 Safari/537.36 Edg/102.0.1245.12
Challenge: Responsive Web Design Projects - Build a Tribute Page
Link to the challenge:
ILM
3
anywhere from the internet could be a source for the image. You could get something from wikipedia or unsplash or something like that
<main id="main">
<h1 id="title">Dr.Norman Borlaug</h1>
<div id="img-div">
<img id="image" src="" alt="">
<caption id="img-caption"></caption>
</div>
</main>
</body>
ILM
6
you can do the tribute page on any topic you want, it would be better if you didn’t try to copy the example. Create your own unique page!
am i need to add the same image as the objective tribute page?
ILM
8
no, you can create a tribute pase on whatever you want
so i don’t need to replicate the same image?
ILM
10
make the page on what you want
1 Like
Okay , I fully understood. Thank you,so much for your help.
system
Closed
12
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.