Create an XML document that marks up the nutrition facts for a package of Grandma Deitel’s Cookies. A package of Grandma Deitel’s 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 saturated fat, 5 milligrams of cholesterol, 210 milligrams of sodium, 36 grams of total carbohydrates, 2 grams of

fiber, 15 grams of sugar and 5 grams of protein. Load the XML document in Internet Explorer 5.5. [Hint: Your markup should contain elements that describe the product name, serving size/amount, calories, sodium, cholesterol, protein, etc.] Mark up each nutrition fact/ingredient listed above.

What will be an ideal response?


```





1 package


260 Calories
100 Calories



11 grams
2 grams


5 milligrams
210 milligrams


36 grams
2 grams
15 grams


5 grams

```

Computer Science & Information Technology

You might also like to view...

What happens if no catch handler matches the type of a thrown object?

What will be an ideal response?

Computer Science & Information Technology

Information stored on a hard drive consists of programs and data. The proportion of data storage space to program storage space is 10:1. If the total storage space is 22 megabytes, how much will be allocated to programs and how much to data?

What will be an ideal response?

Computer Science & Information Technology

The only way to change the color of a SmartArt is to change the theme.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Specify the directory name where the XML layout files are stored

1. /assets 2. /src 3. /res/values 4. /res/layout

Computer Science & Information Technology