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

  • Reuel VJβ€’ 80

    @rvj1

    Submitted

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

    I'm really proud that I created my first project successfully, and I'm hoping that I would achieve this success in the upcoming projects.

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

    i had encounter some challenges but with the help of chapt gpt I was able to overcome them.

    REXXβ€’ 110

    @yorise

    Posted

    Good job for your first project, but for that code you should use semantic like main so that you don't put the code directly in the body. Instead of using a semantic div to wrap the code at the beginning, it's better to use the main

    <body>
         <main>
             /*your code*/
         </main>
    </body>
    

    so it will be easier for you to see the stacked codes in the future. And for the image, it's not showing up because you're using images/ even though you didn't put the image in the folder, just delete it and it will show up.

    Hope this can help you! and keep code. πŸ˜πŸ˜πŸ˜ƒ

    Marked as helpful

    0