WDD 130: Web Fundamentals

Course File and Folder Naming Conventions

Overview

When working on the web, there are numerous things that affect the operation of the files, such as the browser, the protocol(s), the operating system, the language(s), etc. While many of these are out of your control, you can keep your work consistent and manageable through standard file and folder naming conventions.

"When you're building a website, you need to assemble these files into a sensible structure on your local computer, make sure they can talk to one another, and get all your content looking right before you eventually upload them to a server." - MDN (Mozilla Developer Network Reference)

Prepare

Naming Convention Rules


Optional Resources