A ____ provides an area in the form for the user to enter data.
A. TextBox
B. label
C. button
D. CheckBox
Answer: A
You might also like to view...
Place the following statements (a) - (d) in the correct order in line 12 of the code shown in Figure 11.26 so that a tree image will be displayed on the canvas.
a. myContext.drawImage(obstacle, 250, 70);
b. var myCanvas = document.getElementById("gameCanvas");
var myContext = myCanvas.getContext("2d");
c. obstacle.src = "images/tree.png";
d. var obstacle = new Image();
A form that displays records in rows and columns like a datasheet is called a ________ form
Fill in the blank(s) with correct word
Which of the following functions requires all arguments to be true in order to return the value if true?
A) IT B) NOT C) AND D) OR
The following text wrapping style does not allow a picture to be moved freely on the page:
A. Square B. In line with text C. In front of text D. Tight