Skip to content

Instantly share code, notes, and snippets.

View kylejschulz's full-sized avatar

Kyle Schulz kylejschulz

  • Providence
View GitHub Profile
@kylejschulz
kylejschulz / b2_intermission_work.md
Last active January 30, 2021 20:50 — 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

What is HTML? Stand for hyper text markup language, common language used by browser to render text. describes the structure of a webpage.

What is an HTML element? defined by start tag, content, end tag. The wrappers of content. not all have end tags.

@kylejschulz
kylejschulz / intermediate_sql.md
Created March 10, 2021 17:27 — forked from case-eee/intermediate_sql.md
Intermediate SQL

Intermediate SQL Workshop

  • Run psql
  • You may need to run CREATE DATABASE intermediate_sql;
  • To exit this shell, you can run CTRL d

Create tables

Let's create some tables in the database.