INFO/CSE 100 CHEAT SHEET - University of Washington



Updated 3/16, 12:36 PM

INFO/CSE 100 CHEAT SHEET

• HTML

Basic HTML Template:

Tags:

……………………………. first level heading

……………………………. second level heading

……………………………. paragraph

……………………………. emphasized text

…..…………………. strongly emphasized text

………………………… line break

………………………… horizontal rule

……………………………. ordered list

……………………………. unordered list

……………………………. list item

….….… image

……………. link (“anchor”)

… text field

Radio button:

Button:

• JavaScript

var ; declare a variable

var = ; declare a variable and assign the variable a value

if () { if statement

}

if () { if/else statement

} else {

}

if () { if/else if statement

} else if {

}

for (var i = 1; i ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download