Using only the programming techniques you learned in this chapter, write a script that calculates the squares and cubes of the numbers from 0 to 10 and outputs HTML text that displays the resulting values in an HTML table format as follows:

```
number square cube
0 0 0
1 1 1
2 4 8
3 9 27
4 16 64
5 25 125
6 36 216
7 49 343
8 64 512
9 81 729
10 100 1000
```
[Note: This program does not require any input from the user.]


```

1

2

3

4

5 Solution: 13.31

6

7

Internet Explorer and Safari are types of ________ software

Fill in the blank(s) with correct word

Computer Science & Information Technology

The word shown in bold is used correctly in the following sentence.In managing the budget, Ann's accounting skills compliment Jim's repair and maintenance skills.?

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

Computer Science & Information Technology

Including keyword phrases instead of single keywords as part of your metatags will help to increase traffic to your website.

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

Computer Science & Information Technology