Workshop given at MIT Blueprint 2014
Introduction toDevelopmentWeb
View Slide
Everyone!can do it
ruleslearn the
toolslearn the
languagelearn the
RequestResponse
HTML!HyperText MarkupLanguage
HTML!Is not a programminglanguage
index.html
How does this work?!!Imagine that you see all of this on a website.
HTMLHow does this work?!!Imagine that you see all of this ona website.
How does this work?HTMLStart TagEnd Tag
HTMLBold!!Italics!!Header 1!!Header 2BoldItalicsHeader 1Header 2
HTML!! …!
HTML!! !! ! My Website!! !! …!
HTML!! !! ! My Website!! !! !! ! Main heading!! ! Hi! Welcome!!! !
HTML
Youshould check out Google.Most HTML tags can have attributesHTML
HTML!! !! ! My Website!! !! !! ! Main heading!! ! Hi! Welcome! ! ! ! google.com”>You should check!! ! ! out Google.!! ! !! !
CSS!Cascading StyleSheets
CSS!Is not a programminglanguage
CSS!Styles your HTML!
HTML!! !! ! My Website!! ! ! ! "styles.css" />!! !! !! ! Main heading!! ! Hi! Welcome!!! !
CSSh1 {!color: red;!}styles.css
CSSh1 {!color: red;!}SelectorDeclaration
CSSh1 {!color: red;!} Property Value
CSSh1 {!color: red;!! text-align: center;!}
!!My Website!!!!Blueprint is awesome!!Hi! Welcome, I'm learning HTML and CSS.Built by Frank at Blueprint 2014.!!HTML
CSSbody {!background: #d9d9d9;!font-family: "Helvetica Neue",!Helvetica, Arial, Sans-serif;!text-align: center;!}!!h1 {!font-size: 50px;!}
HTML!!My Website!!!!!Blueprint is awesome!!Hi! Welcome, I'm learning HTML and CSS. Built byFrank at Blueprint2014.!!!
What is a div?A new foe has appeared!!
.wrapper.top#column2#column1 #column3.bottombody
CSS.top {!color: #D7E0E6;!background-color: #0099F8;!padding: 50px;!margin: 30px 0 0 0;!}
HTML!!My Website!!!!!!Blueprint is awesome!!Hi! Welcome, I'm learning HTML and CSS. Built byFrank at Blueprint2014.!!!!
CSSa {!color: #D7E0E6;!}!!.wrapper {!margin: 0 auto;!width: 900px;!}
HTML!!!! ! …!!! !!Feature 1!!!Feature 2!!!Feature 3!!!!
CSS.about {!display: inline-block;!margin: 15px 0 0 0;!}
CSS.column {!background-color: #CE4D4F;!color: #263039;!height: 210px;!width: 260px;!float: left;!padding: 20px 15px;!text-align: center;!}
PaddingMarginDiv
CSS#column1 {!margin-right: 15px;!}!!#column2 {!margin-right: 15px;!}
.class#idvs
HTML!Feature 1!!Why we are the best.!
HTML!!!…!!!…!!!You'll love our awesome features.!!!
CSS.bottom {!color: #D7E0E6;!background-color: #092F4B;!padding: 50px;!text-align: center;!margin: 15px 0 30px 0;!}
CSS.bottom {!color: #D7E0E6;!background-color: #092F4B;!margin: 15px 0 0 0;!padding: 50px;!text-align: center;!margin: 15px 0 30px 0;!}
Now what?DynamicServer sideDatabaseResponsive designCSS frameworksButtonsFormsOptimization
Frank Wu!frankjwu.com!@frankjwu