Computer Applications
Which of the following are the attributes of the <INPUT> tag?
- Value and Size
- Name and Length
- Type and Text
- None of these
HTML Advanced Features
2 Likes
Answer
Value and Size
Reason — Value and Size are the attributes of the <INPUT> tag. Value specifies the initial value for the element and Size specifies the width of the input field.
Answered By
1 Like
Related Questions
Which tag is used to define a selection list in a form?
<OPTION><SELECT><NAME><SELECTION>
CGI stands for ………….. .
- Computer Graphics Interface
- Common Gateway interface
- Collective Gateway Interchange
- Common Graphics Interface
Which attribute of the
<INPUT>tag specifies that the input element should be preselected when the web page loads?- Selected
- Checked
- Default
- None of these
The …………… attribute of
<INPUT>tag specifies the maximum number of characters for the input field.- Size
- Length
- Maxsize
- Maxlength