What's the Difference?
HTML logo 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 logo 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
JavaScipt logo JavaScript Increase Interactivity
  • Adds interactivity to the web page
  • Handles complex functions and features
  • Programmatic code which enhances functionality