Design comparison
Solution retrospective
updated
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there ๐. Congratulations on completing your first challenge! You have done a great job and I can see you are on the right track.
I have some suggestions about your code that might interest you.
-
Delete the current index.html file and rename the Untitled-1.html file to a new index.html.
When a user types a URL into their browser, the browser sends a request to the web server for the resource at that URL, the server will look for a default file to serve in that directory. By convention, the default file is named "index.html".
Naming the main file of a website "index.html" allows for a cleaner and more intuitive URL structure for the website. For example, if the main file was named "Untitled-1.html", the URL to access the homepage would be "https://abdellahbounab.github.io/Project1/Untitled-1.html" instead of "https://abdellahbounab.github.io/Project1/", which is less clear and less aesthetically pleasing.
- Upload the images to the GitHub repository, otherwise it won't show up in your solution
I hope you find it useful! ๐
If you need help with anything, do not hesitate to write.
Happy coding!
Marked as helpful0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord