Changes

131 bytes added ,  11:59, 10 June 2022
no edit summary
Line 1: Line 1: −
{| class="wikitable"
+
<form action="/action_page.php">
|+ Caption text
+
  <label for="cars">Choose a car:</label>
|-
+
  <select name="cars" id="cars">
! exemplo !! Header text !! Header text
+
    <option value="volvo">Volvo</option>
|-
+
    <option value="saab">Saab</option>
| Engaging Canadians || Going further || Example
+
    <option value="opel">Opel</option>
|-
+
    <option value="audi">Audi</option>
| Example || Example || Example
+
  </select>
|-
+
  <br><br>
| Example || Example || Example
+
  <input type="submit" value="Submit">
|}
+
</form>