Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
/* file: index.html */
<!DOCTYPE>
<main>
<html>
<head>
<style>
#title {
background-color:lightgray;
color:;
padding:;
text-align:center;
font-family:;
}
</style>
<style>
#h2 {
background-color:;
color:;
padding:;
text-align:center;
}
</style>
</head>
<style>
#image {
background-color:;
color:;
margin:auto;
height:auto;
max-width:100%;
display: block;
}
</style>
<style>
#image-div {
background-color:;
color:;
padding:;
text-align:center;
}
</style>
<style>
#img-caption {
background-color:;
color:;
padding:;
text-align:center;
}
</style>
<style>
#tribute-info {
background-color:;
color:;
padding:;
text-align:center;
}
</style>
<style>
#tribute-link {
background-color:;
color:;
padding:;
text-align:center;
}
</style>
<main id=main>
<div id=img-div>
<image id=image>
<div id=img-caption>
<tribute-info id=tribute-info>
<a id=tribute-link>
<body>
<h1 id=title>Dr. Norman Borlaug</h1>
<h2 id=h2><em>The man who saved a billion lives</em></h2>
<link rel="stylesheet" href="styles.css">
<a id=tribute-link href="https://en.wikipedia.org/wiki/Norman_Borlaug" target="_blank"> Visit Memorial Page </a>
</body>
</html>
</main>
/* 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.0.0 Safari/537.36
Challenge: Build a Tribute Page
Link to the challenge: