hi , all of you people after revising all things again i have started to build the tribute page again this time all my own without taking help from anywhere or copy paste but i got stuck it is still needs proper coding but at first i want help in this after that i will arrange it again properly plz help. @Roma@GalaxyCoding@BatmanFreeCodeCamper
@Komal-1, looks like you got a lot of answers really quick and one was deleted by the author so Iām not sure what advice was given.
Iāll say this. In the future when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill youāll need to acquire as a developer. Ask questions on what you donāt understand.
Also, looking at your code
the style element is never to be used in the codepen CSS editor. That element is only used when using internal styling and it would be in the head element. If you use in in codepenās CSS editor it will create problems. In short, delete it. (Codepenās CSS editor is akin to having an external stylesheet)
I know this sounds like feedback but codepen provides the boilerplate for you. It only expects the code youād put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the āSettingsā button, then HTML and add it into the āStuff for <head>ā box.
Iām mentioning this because you have elements out of order. Review this for an understanding of the HTML boilerplate tags.
Do not use in-line styling. All your styling should be external
Remember to run your HTML code through the W3C validator.
While you technically met all user stories, that is they all pass you skipped over one. There should be a working tribute link. Putting in the code for a link but not providing the user something to actually click on is a bad UX.
thanx a lot for guiding me i am still learning by doing mistakes your tips are really very helpful for me it avoid my misunderstanding thanx a lot for that .