Skip to content

Instantly share code, notes, and snippets.

View croixk's full-sized avatar

Croix Kimmel croixk

  • Boulder, CO
View GitHub Profile
@croixk
croixk / b2_intermission_work.md
Last active November 27, 2021 16:33 — forked from mikedao/b2_intermission_work.md
B2 Intermission Work Submission

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML? - HTML is the standard markup language for web pages (hyper text markup language)
  2. What is an HTML element? - labels a piece, such as a heading, paragraph, link, etc.
  3. What is an HTML attribute? - provides additional information about element. Comes in the form of a name/value pair
  4. What is the difference between a class and an id? When would you use one vs. the other? - a class is useds to specifiy a class for an HTML element - this allows you to keep styling similar between different elements. An id is unique, and can only apply to one element at most. An id specifies a unique id for an HTML element - classes can describe multiple elements, so the usage is different.

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.