In this chapter, you look at how JavaScript is used with images and <div> tags to add further movement to some elements where CSS may not be enough.
Note
This chapter does not have any actual projects; however, you can use the files in the Part 6 folder to practice opening and viewing for this lesson. They are at https://github.com/Apress/graphics-multimedia-web-adobe-creative-cloud .
As you have seen, you can create action and movement with the new CSS3 features, such as animation. CSS can’t do everything just yet—for some things you need JavaScript, ...