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

  • P

    @isipro

    Submitted

    What are you most proud of, and what would you do differently next time?

    I believe I have achieved a good HTML semantic structure along with concise, optimal CSS. My goal was to create the solution as per the design with as little code as possible.

    What challenges did you encounter, and how did you overcome them?

    Its a simple task; No challenges.

    What specific areas of your project would you like help with?

    I am interested if there is another way to achieve this with even less and cleaner code.

    Arunstev 30

    @Arunstev

    Posted

    Great job on your project! Your HTML looks clean and well-structured, and your CSS is also tidy.I suggest using a bit more semantic structure here:<main>

    <section> <header> Header content of the web page. </header> <figure> <img src="image.jpg" alt="Description of image"> </figure> </section> </main>

    Keep up the great work!

    0