Computer Applications
Which attribute of the <TEXTAREA> tag defines the width of the textarea?
- Rows
- Width
- Cols
- None of these
HTML Advanced Features
3 Likes
Answer
Cols
Reason — The Cols attribute of the <TEXTAREA> tag defines the width of the textarea.
Answered By
1 Like
Related Questions
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
A Form is a collection of …………… of information on a page.
A …………… allows a user to enter alphanumeric data that is a combination of characters and numbers.