hello peers , i am komal i have tried to make a tribute page

Challenge: Build a Tribute Page
Link to the challenge:
Challenge: Build a Tribute Page
Link to the challenge:
Something is wrong with the link that you provided.
Error 404
kindly check this again.
I currently don’t see it passing all of the tests. You can add <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
to your HTML and you will be able to check what tests you need to pass.
Hm I guess you need to copy the existing code of tribute page and try to learn from it. Then make your own responsive tribute page base on the existing code from FCC.
This technique works for me. I tried to copy code then analyze it then make my own variations of it. Thats how I learn.
okay , thank you for your help.
I’ve found this site to be a great tool when I was working on the first projects. Hopefully, it helps you.
i will try to make it again by keep in mind all the points which i have to add ,Thank You.
Hi @Komal-1, some feedback on your page. Some will be a repeat of what the others have said;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
link
to it in the head
element in HTML
import
it in CSSstyle
elements is if you are doing internal styling in HTML. Best practice is to use external styling so there’s no need for the style
elements.
style
element in the CSS section of codepen will cause problems.Removing the incorrect link
in CSS and removing the style
tags will make your page look quite different.
Follow along completing the user stories one by one and let us see how your tribute page turns out.
I’m not a pro but it looks okay (not good) your web page need improvements…
Great! I have a few things to tell you that you could change to make the project even better,
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
to the HTML
4. use this for quotes
<p><q><i>“My mother is one whose special love inspires you every single day, who fills your heart with joy in her kind and thoughtful way.” </q></i></p>
thank you it will very helpful.
yes , i am doing effort to make it pass all the test thanks for your feedback it helped .
thank you it is very much helpful for me , i am doing changes and adding all the necessary stuffs to make it pass all the test.
Kindly check this my new tribute page.
and give feedback to make it more better.
Thank you.
Kindly check this my new tribute page.
and give feedback to make it more better.
Thank You.
i made changes in this , kindly have a look on it and please give suggestions to make it more better.
thank you.
hey buddy have a look on it i made changes and give your valuable feedback too.
thank you.
i made it another one , i did necessary changes to pass all the test …kindly give you valuable feedback for improvement.
thank you.