 |
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 elements
- Targets various screen sizes to make pages responsive
- Primarily handles the "look and feel" of a web page
|
 |
Javascript
|
Increase interactivity
- Adds interactivity to a web page
- Handles complex functions and features
- Programmatic code which enhances functionality
|