WDD 131: Dynamic Web Fundamentals

W01 Learning Activity: Naming Conventions

Overview

When working on the web, various factors such as the browser, protocol(s), operating system, languages, etc. can influence how files operate. 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 Conventions

You will be expected to follow these naming conventions throughout the course.