Modify Exercise 31.4 by adding time markers that change the color of the text every loop.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
10
11
12
13 EVENT = "onmarker( marker )">
14
15 var r = Math.floor( 1 + Math.random() * 256 );
16 var g = Math.floor( 1 + Math.random() * 256 );
17 var b = Math.floor( 1 + Math.random() * 256 );
18
19 headerText.style.color = "RGB("+r+","+g+","+b+")";
20
21
22
27
28
30 This is the path control simulating "marquee" scrolling
31
32
Computer Science & Information Technology
You might also like to view...
A contact list in Outlook can be used as a data source
Indicate whether the statement is true or false
Computer Science & Information Technology
A navigation bar should be located on the same place on each page of a site.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology