1. Add an element to the page a) Does the element have content? b) Are there attributes that need to be set? c) Where does it go? d) What kind of element? (p, ul, li, etc.) 2. Add behavior to an element a) What element? b) What function? 3. Changing something about an existing element a) Which element? b) What are you changing?s 4. Go get data from a server - ajax (?) 5. Given a set of things, do something to each of them - loops (?)