The footer and header tags, which are new to HTML5
Capturing key presses
Programmer-defined objects
Generating Image elements using a set of external image files
Shuffling a deck of cards
Introduction
The objective of this chapter is to combine programming techniques and HTML5 and JavaScript features to implement the card game blackjack, also called 21. The implementation will use new tags introduced in HTML5, namely footer and header . We will use the footer to give credit to the source for the card images and the website we are using for the shuffling algorithm. The cards ...