Question

In: Computer Science

Create an HTML form with the following: 2 text input fields 1 text area 2 radio...

Create an HTML form with the following:

  • 2 text input fields
  • 1 text area
  • 2 radio buttons or 3 checkboxes
  • 1 button
  • Include labels for fields

Solutions

Expert Solution

<!-- HTML Code-->

<HTML>
<HEAD>
<TITLE>
My HTML FORM
</TITLE>
</HEAD>
<BODY>
<label for="text1">Text Input1 </label>
<input type="text" name="firstTextInput">
<br><br>
<label for="text2">Text Input2 </label>
<input type="text" name="secondTextInput">
<br><br>
<textarea name = "txtArea" rows="4" cols="50">
</textarea>
<br><br>
<input type="radio" name="options" id="rd1" value="rd1" >Radio1&nbsp;&nbsp;
<input type="radio" name="options" id="rd2" value="rd2" >Radio2&nbsp;&nbsp;
<br><br>
<input type="checkbox" name="chkOptions" id="chk1" value="chk1" >CheckBox1
<input type="checkbox" name="chkOptions" id="chk2" value="chk2" >CheckBox2
<input type="checkbox" name="chkOptions" id="chk3" value="chk3" >CheckBox3
<br><br>
<input type="button" value="Click Me!">
</BODY>
</HTML>

//If you need any help regarding this solution ......... please leave a comment ........ thanks


Related Solutions

log in form Requirements: Form: There should be at least 2 input fields for username and...
log in form Requirements: Form: There should be at least 2 input fields for username and password. Use an array as a database in which there are several usernames and passwords: Usernames can be either emails or nick names (WITHOUT WHITE SPACE) After the user submitted the form, students must: sanitize the inputs check if there is a match with one username and one password in the array. If there is no match, print out an error message to user...
- Create an html form (bank form) and the PHP code with 2 accounts with options...
- Create an html form (bank form) and the PHP code with 2 accounts with options to transfer, deposit or withdraw money.
Question 2: Create a very simple temperature converter form having two text fields. The first one...
Question 2: Create a very simple temperature converter form having two text fields. The first one is where the user will enter temperature. The second field is where the computed temperature value is displayed depending on the unit (F or C).
Create a form using the following HTML elements at a minimum. Style the form in your...
Create a form using the following HTML elements at a minimum. Style the form in your CSS. You do not need to include a form action (i.e. the form doesn't have to do anything - we're designing the front end of the form). textarea textbox input type of "email" select radio button checkbox submit button style at least three elements of your form in your stylesheet, including your submit button Use a comment to delineate the beginning and end of...
Create a very simple temperature converter form having two text fields. The first one is where...
Create a very simple temperature converter form having two text fields. The first one is where the user will enter temperature. The second field is where the computed temperature value is displayed depending on the unit (F or C).use html and javascript
Write a JavaScript function to get the values of form containing the following input fields: fname...
Write a JavaScript function to get the values of form containing the following input fields: fname lname address city state
Create a new workbook in Excel. Please include an input area and an answer area for...
Create a new workbook in Excel. Please include an input area and an answer area for each problem. You will have an answer for each bullet point. Formatting is up to you. Just make sure it is easy to tell where your answers are, and what equation you used in excel to get the answer. 5. Assume you have won the lottery and have the choice of (1) receiving $1,000,000 now or (2) receiving $120,000 each year for 20 years....
Create a new workbook in Excel. Please include an input area and an answer area for...
Create a new workbook in Excel. Please include an input area and an answer area for each problem. You will have an answer for each bullet point. Formatting is up to you. Just make sure it is easy to tell where your answers are, and what equation you used in excel to get the answer. 2. If a 6.5 percent annual return can be expected: • How much would a 20-year old person have to put into a retirement fund...
Create a new workbook in Excel. Please include an input area and an answer area for...
Create a new workbook in Excel. Please include an input area and an answer area for each problem. You will have an answer for each bullet point. Formatting is up to you. Just make sure it is easy to tell where your answers are, and what equation you used in excel to get the answer. Assume a farmer has a choice of purchasing either a subsurface drip irrigation (SDI) system or a low energy precision application (LEPA) center pivot. The...
Create a new workbook in Excel. Please include an input area and an answer area for...
Create a new workbook in Excel. Please include an input area and an answer area for each problem. You will have an answer for each bullet point. Formatting is up to you. Just make sure it is easy to tell where your answers are, and what equation you used in excel to get the answer. Given the baseline gross receipts (no water restriction scenario) of irrigated cotton production versus the conversion of irrigated acres to dryland scenario, calculate the net...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT