CpSc 217 - Structured and Dynamic Web Programmings
Spring 2013
This page is meant as a guide for exam 1. It contains a list of the concepts that will be assessed.
This exam will cover Chapters 2-5, 7, 8, 13, and 14.
HTML
- Knowledge of standard html tags such as:
- font
- br, P, hr
- b, i, h1, h2,..
- anchor (a href)
- list items - ul, ol, li
- body, html, head
- images
- table - tr, td, border
- form
- Mouse events
- onclick
- onfocus
- onmousover
Javascript
- document.write, window.prompt, alert
- window.open
- if, while, for
- functions - parameter passing, scope
- objects
- arrays