With HTML && CSS how to create a page using forms and inputs and have radiobutton and how to centre a submit button Select event: - use radio buttons Province: - select element for a dropdown menu Comments: - textarea (40 characters wide by 3 lines high) I agree to the waiver - check box Date of Birth: - drop down menus Use html5 input types where possible (e.g. email, date of birth) All of the remaining fields - text input type
With HTML && CSS how to create a page using forms and inputs and have radiobutton and how to centre a submit button Select event: - use radio buttons Province: - select element for a dropdown menu Comments: - textarea (40 characters wide by 3 lines high) I agree to the waiver - check box Date of Birth: - drop down menus Use html5 input types where possible (e.g. email, date of birth) All of the remaining fields - text input type
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
100%
With HTML && CSS how to create a page using forms and inputs and have radiobutton and how to centre a submit button
- Select event: - use radio buttons
- Province: - select element for a dropdown menu
- Comments: - textarea (40 characters wide by 3 lines high)
- I agree to the waiver - check box
- Date of Birth: - drop down menus
- Use html5 input types where possible (e.g. email, date of birth)
- All of the remaining fields - text input type
Expert Solution
Program Instruction
- The form has radio button for the selection of the event. The radio buttons are made using input tag and type as radio.
- For making drop-down menu for Province select tag with option tag is used.
- For making Comments area, textarea tag has been used with 3 rows and 40 columns.
- For waiver input tag is used with type as checkbox.
- For date of birth also input tag is used with type set to date.
- For email input tag is used with type as email.
- For phone number input tag is used with type as text.
- Finally a submit button is added in the div tag, where id for div tag is submitForm.
- To put the submit button in center style tag is used.
- To select the div where id is submitForm, #submitForm is used so that other div tags with no id are not affected.
- All the tags are given unique id.
Step by step
Solved in 3 steps with 2 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education