Forms form method= action= enctype= where does it go Radio buttons name= value= what does "checked" mean Checkboxes name= value= what does "checked" mean input type=password size= name= How do I start text in the input? I.e. pre-filled-in input size= name= How do I start text in the input? I.e. pre-filled-in textarea rows= cols= name= How do I start text in the textarea? I.e. pre-filled-in Fieldsets (https://www.w3schools.com/tags/tag_fieldset.asp) Select .. with optional optgroup (https://www.w3schools.com/tags/tag_optgroup.asp) fieldset with legend setting background image with style= setting background color with style= setting width with style= setting width in percent of the screen setting width in pixels div's How do I make a div with a background color to group a set of questions? input type=submit input type=reset How do I make a number field with min and max with step What is the difference between 'placeholder' and 'value'? What do these mean when put on an input field. disabled readonly required How do I find all the weird input kinds Sliders Color choosers Date choosers Email File ... More ... https://www.w3schools.com/html/html_form_input_types.asp Rules
Questions What happens if there is an input not in a form? How do I make the form send mail with the answers?