You should only add multimedia to your Web pages to increase your site's accessibility or to provide entertainment.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks
a. image map b. hyperimage c. navigation image d. list marker image
Computer Science & Information Technology
In the following example, how many times is the module called?
``` Module main () Call Welcome (5) End Module Module Welcome (Integer number) If number > 0 Then Display “Welcome to our store.” Call Welcome (number – 1) End If End Module ``` a. 1 b. 5 c. 6 d. 8
Computer Science & Information Technology