a) size
b) text
c) name
d) maxlength
Answer: a
Explanation: size attribute denotes the width of text input i.e measured by the number of characters inputted. E.g. If we input value 3 then it will create a box of width enough to display three characters. The user can enter more characters if they want. Syntax is <input type=”text” name=”firstname” size=”12” maxlength=”30”>
Related Posts
Operating System maintains the page table for ____________
What is compaction?
The page table contains ____________
Program always deals with ____________
The address of a page table in memory is pointed by ____________
Memory management technique in which system stores and retrieves data from secondary storage for use in main memory is called?
Run time mapping from virtual to physical address is done by ____________
Join The Discussion