Question
Create a shadow on phrase "HTML5 Canvas" with an offeset -x of 2px, an offset-y of 5px, a blur of 6px and a text-shadow color gray.
Simplify example in the attachment into a roundedRect function and call it twice with different arguments to place 2 different rounded rectangles on canvas.
Generate an XML document that marks up the nutrition facts for a package of Grandma White's cookies. A package of cookies has a serving size of 1 package and the following nutritional value per serving- 260 calories, 100 fat calories, 11 grams of fat, 2 grams of soaked fat, 5 milligrams of cholesterol, 210 milligrams of sodium, 36 grams of total carbohydrates, 2 grams of fiber, 15 grams of sugars and 5 grams of protein. Name this document nutrition.xml.
Write down an XSL style sheet for the solution to the above question to that displays nutritional facts in a HTML5 table.