Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @CamiloZamora

    Posted

    Hi there!!!

    I would like to highlight that is best practice to have your HTML and CSS on separate files.

    it´s a more effective and easy way to maintain the code. You should use the <link> tag on your index.html to link your .css file (you can name it however you like, but it´s a convention to name it like style.css)

    Hope it´s useful.

    Have fun!!!

    0
  • @CamiloZamora

    Posted

    Hi there, hope you´re fine.

    Just a little advice to improve regarding HTML structure, wrapping all your content within a <main> tag; with this you´ll fix some flags on the Accessibility report.

    You have a <p> tag just after the <body> that has no closing tag. You should check it!

    Hope this is useful. Have fun coding!.

    Marked as helpful

    1
  • @CamiloZamora

    Posted

    Hi there, I´d like to give you some tips I´ve learnt so far.

    1. It´s good practice to use a separate file (eg. style.css)to give some styles to your page, you can link it within the head tag of your HTML file using a <link> tag.
    2. The structure of the code in general must be indented(Usually 4 spaces).

    And finally, I think you linked the wrong file for Live Site URL.

    Cheers.

    Marked as helpful

    0