Tribute Page - Build a Tribute Page

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:

Note that the point of the certificates is the projects. You should be able to show the projects to a potential employer to convince them to hire you.

you are not linking the css file in your html, so the css is not applied

Hi Jeremy.
I’d return to the drawing board and make my works perfect. Just needed a lil guide extra but I’d try and figure it out. It would equip me more. Thank you

Ohh…That’s it.
Thank you so much Ilenia. I actually wrote this code before and included all but my pc shut down before I could run or save the code so I had to restart hence my rushed and very brief work. I didn’t want to slack in my progress I set for today. lol

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