Technologies That Drive the Web - jpjohnsonjr/learning-notes GitHub Wiki

Roles of HTML, CSS, and Javascript

Overview from Lecture 1:

  • HTML: Provides the structure for the page; does not provide any information about the look-and-feel
  • CSS: Provides the style for the page
  • Javascript: Adds functionality to the page