get this error message 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").
But I did put a < a > tag already, and I put it there so then the button is clicked it will direct the user to the link. Can anyone help me to fix the error message?
Click the 3 lines and then test and there says the issue.
No, id="main" would be an attribute to the element, it canāt be a tag name
I meant a main element, like met in challenge " Introduction to HTML5 Elements" of the HTML/CSS curriculum
You are right, font-family works like that and is valid, but font-famiy is not
you already have a selector for img in your CSS
max-width is a width, it canāt have block as value. You met max-width in the challenge Make an Image Responsive
Now the last error message is this 1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size. under #Layout.
Thank you I got a score of 10 and the test tool is very helpful it tells you if an item is exactly centered or not because I was just guessing that it is right in the center by marginally changing the number in left:--%;.