Skip to content

Instantly share code, notes, and snippets.

@Shurlow
Last active June 3, 2019 20:32
Show Gist options
  • Save Shurlow/f3d4b0cc162db47dd93074ac9511267f to your computer and use it in GitHub Desktop.
Save Shurlow/f3d4b0cc162db47dd93074ac9511267f to your computer and use it in GitHub Desktop.
HTML, CSS & jQuery review notes

HTML, CSS & jQuery Review

Objectives

  • Describe what HTML is and why it's useful
  • Describe what CSS is and why it's useful
  • Describe what jQuery is and why it's useful

HTML

  • What does HTML stand for?
  • How does the browser use HTML?
  • What is the DOM?

CSS

  • What does CSS stand for?
  • What is CSS used for in conjunction with HTML?
  • What is a CSS selector?
  • How does CSS specificity work?

jQuery

  • What is jQuery? Why would you use it?
  • What is the $ variable in jQuery used for?
  • How do you use jQuery to select and manipulate the DOM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment