|
HTML
Hypertext Markup Language
|
Create the Structure
- Controls the layout of the content
- Provides structure for the web page design
- The fundamental building block of any web page
|
|
CSS Cascading Style Sheet |
Stylize the website
- Applies Style to the web page elements
- Targets various screen sizes to make web pages responsive
- Primarily handles the "look and feel" of the web page
|
|
JavaScript |
Increase Interactivity
- Adds interactivity to the web page
- Handles complex functions and features
- Programmatic code which enhances functionality
|