Skip to content

Instantly share code, notes, and snippets.

@adamgibbons
Created November 20, 2013 19:24
Show Gist options
  • Save adamgibbons/7569365 to your computer and use it in GitHub Desktop.
Save adamgibbons/7569365 to your computer and use it in GitHub Desktop.
HTML5/CSS3 Class - Lesson 1
HTML - hyper text markup language
a set of markup tags that describe the content of a document/web page
doctype - instruction to browser as to what version of html will follow
tag
element
web browsers were created to read html documents and display them as web pages
headings
paragraphs
links
block level elements
begin and end with a new line
inline elements
displayed without starting new line
divs and spans are containers for block and inline elements, respectively
they have no special meaning on their own
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment