Prerequisite Knowledge
Basic HTML/CSS/JS Programming Concepts
Familiarity with the following concepts are highly recommended before programming the trivia game. But mastery is NOT required.
HTML
Common HTML Elements and the basic tag syntax
<div>
,<h1>
,<h2>
(etc.),<button>
,<span>
Nesting elements
id and class attributes
CSS
Selectors for elements, classes, and ids
Common properties used in styles: background-color, color, font-size, margin, padding, height, width, display, border, etc.
JavaScript
Variables - numbers, strings, objects
Functions
Conditionals -- if, else
jQuery selectors for elements, classes, and ids
Basic jQuery functions: $.show(), $.hide(), $.html()
Options to Learn or Revisit Concepts
Intro to Informatics and Web Development (Recommended)
A Quick Dive
Deeper Dive Options
Last updated