October 2010
Beginner
373 pages
7h 28m
English

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
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 make use of new tags introduced in HTML5, namely footer and header. We will make use of the footer to give credit to the source for the card images and the web site we are using for the shuffling algorithm. The cards are created using programmer-defined objects ...
Read now
Unlock full access