Knowee
Questions
Features
Study Tools

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

Question

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

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

Solution

textarea

Similar Questions

HTML comment specified using ______ element.Answer area<!--  …….  --><comment>…..</comment><!---- …….. !--><---! ……. !--->

How to insert a multi-line comment in JavaScript?

What is the correct way to comment out multiple lines of HTML code?Options<!-- This is a comment -->/* This is a comment */// This is a comment# This is a comment

What is the correct way to comment out multiple lines of HTML code?Options<!-- This is a comment -->// This is a comment# This is a comment/* This is a comment */

You should have a page title in an h1 element with an id of titleYou should have a short explanation in a p element with an id of descriptionYou should have a form element with an id of survey-formInside the form element, you are required to enter your name in an input field that has an id of name and a type of textInside the form element, you are required to enter your email in an input field that has an id of emailIf you enter an email that is not formatted correctly, you will see an HTML5 validation errorInside the form, you can enter a number in an input field that has an id of numberThe number input should not accept non-numbers, either by preventing you from typing them or by showing an HTML5 validation error (depending on your browser).If you enter numbers outside the range of the number input, which are defined by the min and max attributes, you will see an HTML5 validation errorFor the name, email, and number input fields, you can see corresponding label elements in the form, that describe the purpose of each field with the following ids: id="name-label", id="email-label", and id="number-label"For the name, email, and number input fields, you can see placeholder text that gives a description or instructions for each fieldInside the form element, you should have a select dropdown element with an id of dropdown and at least two options to choose fromInside the form element, you can select an option from a group of at least two radio buttons that are grouped using the name attributeInside the form element, you can select several fields from a series of checkboxes, each of which must have a value attributeInside the form element, you are presented with a textarea for additional commentsInside the form element, you are presented with a button with id of submit to submit all the inputsFulfill the user stories and pass all the tests below to complete this project. Give it your own personal style. Happy Coding!Note: Be sure to add <link rel="stylesheet" href="styles.css"> in your HTML to link your stylesheet and apply your CSS

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.