1. HTML
HyperText Markup Language
HTML builds the skeletal structure of a website
2. CSS
Cascade Style Sheet applies style to your html content
It also allows animations
I am a styled paragraph!
3. Javascript
Javascript adds functionality to your website
Most common input used to trigger javascript functions is the button
Click the button below!