Module #2 Introduction to HTML, CSS and JavaScript Assignment

 

While creating my first website using HTML, CSS, and JavaScript, I encountered several challenges throughout the process. One of the main issues I faced was getting my second page, Module3.html, to open correctly when clicking the navigation link.

Initially, the link to the Module 3 page did not work at all. After troubleshooting, I realized the problem was related to my file naming. The filename on the server did not exactly match the filename used in the HTML link. Because web servers are case-sensitive and do not handle spaces well, even a small difference in capitalization or spacing caused the page not to load.

Overall, this project helped me better understand how HTML, CSS, JavaScript, and file management work together when building and publishing a website.

Comments

Popular posts from this blog

My Website Wireframe & Design Process

Module 4 Assignment

Module #9 Assignment