Knowee
Questions
Features
Study Tools

Choose the HTML tag below that would configure a scrolling text box with the name “feedback”, 3 rows, and 60 characters.{$a->questionintifier} Yanıta.<textarea name="feedback" width="60" rows="3"></textarea>b.none of the abovec.<input type="textarea" name="feedback" size="60" rows="3" >d.<textarea name="feedback" rows="3" cols="60"></textarea>

Question

Choose the HTML tag below that would configure a scrolling text box with the name “feedback”, 3 rows, and 60 characters.{$a->questionintifier} Yanıta.<textarea name="feedback" width="60" rows="3"></textarea>b.none of the abovec.<input type="textarea" name="feedback" size="60" rows="3" >d.<textarea name="feedback" rows="3" cols="60"></textarea>

🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct HTML tag that would configure a scrolling text box with the name “feedback”, 3 rows, and 60 characters is:

d.<textarea name="feedback" rows="3" cols="60"></textarea>

Explanation:

The <textarea> tag in HTML is used to create a multi-line text input field, or a text area. The name attribute is used to specify a name for the text area. The rows attribute is used to specify the visible number of lines in a text area. The cols attribute is used to specify the visible width of a text area. Therefore, the correct tag is the one that uses these attributes correctly.

This problem has been solved

Similar Questions

Use the _____ tag pair to begin and end a table row.{$a->questionintifier} Yanıta.none of the aboveb.<td> </td>c.<table> </table>d.<tr> </tr>

Use the ________ tag pair to configure a table head row group.{$a->questionintifier} Yanıta.<tgroup> .. </tgroup>b.<tfoot> .. </tfoot>c.<tbody> .. </tbody>d.<thead> .. </thead>

An HTML table is comprised of ____ and ______.{$a->questionintifier} Yanıta.rows and columnsb.none of the abovec.headers and bodyd.lines and text

The box model consists of a content area surrounded by:{$a->questionintifier} Yanıta.a borderb.spacing, border and marginc.border and margind.padding, border and margin

You are developing a web page for your company. The web page will have a form asking customers to provide comments. You want to provide a comments text box where users can type a lot of text including multiple lines. You want customers to be able to resize this text box so they can make it larger if they want to type a lot of comments. What element should you add to your form? (Please type only the name of the element all in lower case. Do not type the actual tag. For example: “footer” not <footer>.)1 point

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.