Trying to be sure I'm done with my Tribute page!

While analysing my code, it reads something like "…seems that there’s nothing wrong with your HTML! "

However, I’ve only been seeing 1/10 as my score.

Anyway out…this’s my code’s link:

where is the test suite?

the Analyze HTML feature in CodePen is just checking if there are syntax errors, you need the freecodecamp test suite to see if you did correctly with the user stories, but I don’t see the test suite in your code. Can you add it?

anyway
this is not correct:

<img src="https://myenemiesmustbow.blogspot.com/p/blog-page.HTML/?m=1" alt="AbuuHaashim-tribute-image" id="image">
 .image {max-width: 100%;
  width: 50px;}

first because that image link is not of an image, there is no image loaded in the pen, and second because you need to put css rules in the css box

I’m very grateful for your promptness…
Ok I got that of the image…I’ll correct that.

How…putting the CSS…in CSS box?

Tanx!

in codepen there is a HTML box and a CSS box and a JavaScript box
you put html in the html box, css in the css box, and leave alone the JavaScript one, you will learn about that later

you still do not have the test suite

Thanks once again!

I hope I’ve ‘righted’ the:
1- image (arc)
2- CSS boxing for the CSS code!

As for the test suite:
You meant this :point_down:

User Story #1: My tribute page should have an element with a corresponding id="main" , which contains all other elements.

User Story #2: I should see an element with a corresponding id="title" , which contains a string (i.e. text) that describes the subject of the tribute page (e.g. “Dr. Norman Borlaug”).

User Story #3: I should see a div element with a corresponding id="img-div" .

User Story #4: Within the img-div element, I should see an img element with a corresponding id="image" .

User Story #5: Within the img-div element, I should see an element with a corresponding id="img-caption" that contains textual content describing the image shown in img-div .

User Story #6: I should see an element with a corresponding id="tribute-info" , which contains textual content describing the subject of the tribute page.

User Story #7: I should see an a element with a corresponding id="tribute-link" , which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to _blank in order for your link to open in a new tab (i.e. target="_blank" ).

User Story #8: The img element should responsively resize, relative to the width of its parent element, without exceeding its original size.

User Story #9: The img element should be centered within its parent element.

where are you seeing 1/10? you say that but where in the pen is that possible to see?

that test suite is missing in your pen

I don’t see anything different in the pen, it is as it was before…

Very sorry for bothering!

Maybe this’s the test suite:

#Tribute Page tests
passes:1 failures:9 duration:0.34
#Technology Stack

#Layout

  1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.
    Failed to execute ‘getComputedStyle’ on ‘Window’: parameter 1 is not of type ‘Element’.
    TypeError: Failed to execute ‘getComputedStyle’ on ‘Window’: parameter 1 is not of type ‘Element’.
    at e (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:128044)

    at f (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:593:1377)
    Close

Thanks a million!