Solved

For the Textarea Control, How Do You Specify the Textarea

Question 3

Multiple Choice

For the textarea control, how do you specify the textarea control's default user input?


A) The browser displays the content between the <code>textarea</code> element's start and end tags.
B) The browser uses the <code>textarea</code> tag's value attribute and displays its value.
C) The browser uses the <code>textarea</code> tag's default attribute and displays its value.

Correct Answer:

verifed

Verified

Related Questions