Select the attribute used to limit the number of characters that a text box will accept
a. size
b. maxlength
c. limit
d. columns
b
Computer Science & Information Technology
You might also like to view...
A memory address is
a. Where a variable is stored b. Where the computer is located c. A step in the program. d. Where the CPU is stored.
Computer Science & Information Technology
Describe what this function does. Try different numbers as input.
``` def test(num): if num > 0: return test(num -2) * test(num -1) else: return 0 ```
Computer Science & Information Technology
Social networking sites will let you control who can search for you and whether or not they can find you.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
You use the __________ pseudo-class to apply styles to elements that do not have therequiredattribute.
A. :focus B. :checked C. :optional D. :valid
Computer Science & Information Technology