Skip to content

Instantly share code, notes, and snippets.

View dkulback's full-sized avatar

Darren Kulback dkulback

  • Denver
View GitHub Profile
Authentication / Authorization
Storing a User
-username
-password *encrypted*
-email
optional?
-name
-address
-phone
@dkulback
dkulback / gist:bb1a72bfdddd3c01ef75216139d3ed4f
Last active December 3, 2021 17:14
Module 2 Intermission Work
# B2 Intermission Work
Answer these Check for Understanding questions as you work through the assignments.
## HTML
1. What is HTML?
Hyper Text Mark Up Language. Standard markup language for creating web pages / series of elements / tells browsers how to display content
1. What is an HTML element?
a specific part of conten and how to display that content like <h> - header <body> body etc

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.