Which of the following is a small movable container for text or graphics?
A) paragraph border B) text box C) dialog box D) bulleted list
B
Computer Science & Information Technology
You might also like to view...
A ________________ diagram helps us visualize the contents of and relationships among the classes of a program.
a) class and object b) UML c) object-oriented d) public e) private
Computer Science & Information Technology
Which of the following will open a new window named mywindow that is 500 pixels in height and 350 pixels wide?
a. mywindow = new window(height = 600, width = 350); b. mywindow = window.open(height = 600, width = 350); c. mywindow = window.open(""; ""; height = "600"; width = "350"); d. mywindow = window.open("", "", "height = 600, width = 350");
Computer Science & Information Technology