Tell us what’s happening:
Disregard the outlook of my work. Just wanted to get this over quickly and I don’t like words but i’m stuck here. I need help please.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Tribute Page</title>
</head>
<body>
<main id="main">
<h1 id="title">Tribute Page</h1>
<div id="img-div">
<img id="image" src="(https://en.wikipedia.org/wiki/Florence_Nightingale)" alt="Image of florence nightingale" />
<figcaption id="img-caption">Florence nightingale(1989)</figcaption></div>
<div id="tribute-info">
<p>Florence Nightingale<br></p>
<p> Born 1988<br></p>
<p> Lady with the lamp<br></p>
<p>Made an heroic act in 1990 and was nicknamed the founder of nursing<br></p></div>
<a id="tribute-link" href="https://en.wikipedia.org/wiki/Florence_Nightingale" target="_blank"></a>
</main></body>
</html>
/* file: styles.css */
#image{
height:auto;
max-width:100%;
display:block;}
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: