Write a script that outputs HTML text that displays in the HTML document a checkerboard pattern as follows:

```
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
```


```

1

2

3

4

5

6 Checkerboard Pattern

7

8

20

21

22

```



Computer Science & Information Technology

You might also like to view...

Why is it desirable to assume uniform request distributions when considering disk scheduling disciplines?

What will be an ideal response?

Computer Science & Information Technology

In a table, pressing the ____ key(s) moves the insertion point to the previous cell.

A. Tab B. Shift + Tab C. Shift D. Shift + Control

Computer Science & Information Technology

Predefined layouts use a drag-and-drop method. All you have to do is drag a form or report onto the ________ and a new tab is added to the form

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ____ loop is one that never ends.

A. broken B. infinite C. variable-condition D. fixed-count

Computer Science & Information Technology