Form Elements | HTML: Form elements are using to get the data from user based on type data type. List of Form Elements: Input Select Text Area Button Fieldset and Legend Input Types List: Email Phone Password Check Box File Date Reset Input Attributes List: Value Read only Disabled Size Min, Max and Maxlength Auto focus Auto Complete Place Holder Height and Width Form Attribute List: Form Form Action Form Method Form Target Form Novalidate Here is formelements.html: <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <link rel="stylesheet" href="css/stylesheet.css"> <title>Form Elements</title> </head> <body> <form class="form" action="submit.html" method="post" id="form1"> <fieldset> <legend...