This is my first post and im happy to say that yesterday i completed my first tribute page, i did all the responsive web design course but when the task was in front of me my mind went blank, it was hard the first half an hour to build something from scratch but looking here and there and googled a bit what i wanted to do then everything started making sense, looks too simple but it passed all the tests.
today i learned to upload it to github as i want to upload all my projects, i will try to clean it up a litte bit, add notes in the code and let it shine, i would like to receive some feedback and also know what do u think i should include to make it better.
*resolved the email issue, i didnt pay attention to open that email lol.
*fixed giving link a meaningful name, does it sounds better this way?
Read more about Alligator Loki
*thanks for remember that inline style, i had some issues centering the text as i could not apply style for the anchor id “tribute-link”, i tried again but i couldnt, i figured a workaround creating a <div id="link">, putting the text and anchor in and then working on the “link” attibute. is there a most clean way to do this or is this the right way?
final thoughts:
*is there a place where i can test the page in different browsers for compatibility issues or it is not needed at this stage of the course?
*is there any cosmetic recommendation anyone can suggest to improve the page looks? ill work on it.
Anchor tags are inline elements.
Here is a complete list of them which will come in handy for other projects.
You can change the display of the link to display: block; and then center it or use a div like you did.
The easiest way is to test it manually on different browsers.
My main browser is chrome but I also have safari and firefox to test out my website.
You can also use the website Can I use which tells you which features are supported by which browsers.
Now that you finished the project, you can look at other people’s designs and see how they approached it.
You can look through the Code Feedback section and look at other tribute pages.