Tribute Page help

Tribute Page

Tribute to the Halo Series

This is a tribute page to the Halo Series.

Halo 3
Halo 3 one of the most legendary games in the series

Halo 3

  • Halo 3 was released on September 25, 2007
  • Halo 3 was developed by Bungie and published by Microsoft Game Studios
  • Halo 3 was the last game in the Halo series to be developed by Bungie

Check out some more information about halo here

img {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}

I don’t know why the image is not responding to the max width or the display block or height or margin, I am working on the html tribute page project

<!DOCTYPE html>
<html lang="en>
<head>
    <meta charset="UTF-8">
    <title> Tribute Page </title>
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <main id="main">
        <h1 id="title"> Tribute to the Halo Series </h1>
        <p id="description"> This is a tribute page to the Halo Series. </p>
        <div id="img-div">
            <img id="image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLwwmEHJAoWq5qHi1lT6oeZnr2dlW9xKQthakw9GkukMwkbK3Xf-wOAQh88AhMjcvU0qw&usqp=CAU" alt="Halo 3">
            <div id="img-caption"> Halo 3 one of the most legendary games in the series</div>
            </div>
        <section id="tribute-info">
            <h2 id="headline"> Halo 3 </h2>
            <ul>
                <li> Halo 3 was released on September 25, 2007 </li>
                <li> Halo 3 was developed by Bungie and published by Microsoft Game Studios </li>
                <li> Halo 3 was the last game in the Halo series to be developed by Bungie </li>
            </ul>
            <h3> Check out some more information about halo <a id="tribute-link" target="_blank" href="https://en.wikipedia.org/wiki/Halo_(franchise)"> here </a></h3>
        </section>
    </main>
</body>
</html>type or paste code here

Images use self-closing tags

Are you sure this is the correct path? Read the note at the bottom of the instructions again very carefully.

1 Like

Ahh that was it thank you lol

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