less than 1 minute read

##CS50: Chapter 8 — HTML, CSS, JavaScript

Problem 1 Trivia - Build an interactive trivia page using HTML, CSS, and JavaScript.

👉 Click here to try the live demo!


Key Learnings

  • How to use event listeners to handle form submissions and button clicks
  • How to dynamically modify DOM elements and inline styles
  • How to embed fully self-contained HTML+JS apps into a static Jekyll/GitHub Pages site

Updated: