My first project its acceptable?

https://codepen.io/mehdielazzouzi/pen/YJqjxP

Looks fine. Good job :slight_smile:

Add the test bundle to your codepen to verify it works as expected. A quick tutorial here.

Have a look at the <main> tag. You’re using class1 and class2. That’s not part of the HTML syntax. Use class="class-name-1 class-name-2" instead.

1 Like

the result : 7/10 :frowning:

Yep, you’ve got work to do :slight_smile:

I should see an element with a corresponding id=“tribute-info”, which contains textual content describing the subject of the tribute page.

The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.

1 Like

how about id=“tribute-info”?

You should have another div with the said id instead of h2 after your img-div. You should never wrap an entire paragraph in a heading element.