Changes

2 bytes removed ,  09:48, 8 June 2022
no edit summary
Line 8: Line 8:  
     <option value="opel">Opel</option>
 
     <option value="opel">Opel</option>
 
     <option value="audi">Audi</option>
 
     <option value="audi">Audi</option>
  </select>
+
  </select>
  <br><br>
+
  <br><br>
 
   <input type="submit" value="Submit">
 
   <input type="submit" value="Submit">
 
  </form>
 
  </form>
    
<p> Click the "Submit" button and the form data-data will be sent to a page on the server called "action_page.php.</p>
 
<p> Click the "Submit" button and the form data-data will be sent to a page on the server called "action_page.php.</p>