You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the homepage through a validator, a quick formatting issue in your HTML was using "" instead of "/" in your reference to the image. For example, line 188 on homepage.html: <img src="images\ChelseaChampionsLeague.jpg" alt="aboutchelsea" />
Another recommendation is consolidating the home page and home buttons. You currently have a button for both a home and home page on your navbar, and the "Home Page" link does not work. Potentially, getting rid of this link or replacing it with a link to the index could improve your code.
Content Recommendation
My first recommendation is to resize some of the images to display the image better and improve the website's look.
My second recommendation is to add some borders to the table of players on the squad.html to make the individual player information easier to distinguish and add more columns so that the table is taking up some more space on the page. (ex. Player 1-10 in 1 column, and Player11-20 in another)
The text was updated successfully, but these errors were encountered:
HTML Recommendation
<img src="images\ChelseaChampionsLeague.jpg" alt="aboutchelsea" />
Content Recommendation
The text was updated successfully, but these errors were encountered: