Computer Applications
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
HTML Advanced Features
1 Like
Answer
Checked
Reason — Checked attribute of the <INPUT> tag specifies that the input element should be preselected when the web page loads.
Answered By
2 Likes
Related Questions
CGI stands for ………….. .
- Computer Graphics Interface
- Common Gateway interface
- Collective Gateway Interchange
- Common Graphics Interface
Which of the following are the attributes of the
<INPUT>tag?- Value and Size
- Name and Length
- Type and Text
- None of these
The …………… attribute of
<INPUT>tag specifies the maximum number of characters for the input field.- Size
- Length
- Maxsize
- Maxlength
Which attribute of the
<TEXTAREA>tag defines the width of the textarea?- Rows
- Width
- Cols
- None of these