- HTML describes the structure (DOM) of your web page.
- CSS describes how the DOM is rendered to the screen.
- JavaScript allows your web page to process and respond to user input.
Each piece is important, but each piece is has a different role to play. Learn how to plan your projects & organize your source code according to these roles, or concerns.