Defining Images in HTMLThe image ObjectThe images ArrayPropertiesbordercompleteheighthspacelowsrcnamesrcvspacewidthEvent HandlersonAbortonErroronLoadDemonstration 1: Updating Digital ClockGlobal StatementssetClock()update()stopClock()getHour(place)getMinute(place)getAmpm()getPath(url)Demonstration 2: LED SignGlobal StatementsletterArray()drawBlank()setLight(state, x, y)drawLetter(letter, startX)drawSpace(startX)computeIndex()floodBoard(startX)drawMessage(num)startSign()stopSign()More Global StatementsDemonstration 3: Netris DeluxeGlobal StatementsdrawScreen()computeIndex(x, y)state(x, y)setSquare(x, y, state)clearActive()checkMoveX(step)checkMoveY()moveX(step)smartX(x, y, step)moveY()smartY(x, y)shapeMap()getRandom()insertShape()complexWarp()checkWarp(startX, startY, endX, endY)rotate()flood(state)noActive()isLine(y)warp(startX, startY, endX, endY)start()dropLines()play()characteristics(x, y)fullMap()pause()MusicSummary