Skip to content

Instantly share code, notes, and snippets.

View taptapdan's full-sized avatar

Daniel Fiore taptapdan

View GitHub Profile
@taptapdan
taptapdan / html-workshop.md
Created July 19, 2018 15:36
HTML Workshop

HTML Workshop

What is HTML?

HTML, HyperText Markup Language, is a markup language used to create web pages. It essentially a language to describe the structure and content of a document.

Note: HTML is separate from CSS. CSS is a presentation language used to describe the style/appearance of the content. What font type or sizes, colors, spacing between text, etc.

Elements, Tags, Attributes

@taptapdan
taptapdan / type-checking-javascript.md
Last active August 31, 2018 13:03
Type Checking JavaScript
{
"Ansi 6 Color" : {
"Red Component" : 0.16470588235294117,
"Color Space" : "sRGB",
"Blue Component" : 0.59607843137254901,
"Green Component" : 0.63137254901960782
},
"Tags" : [
],
@taptapdan
taptapdan / style.md
Last active August 29, 2025 16:38
Style

Comments

Separate sections with clear comments

Example

// *****************************************************************************
// TYPES