DEV Community

marcanthonygrijalva
marcanthonygrijalva

Posted on

Module 5 Project 1

<!DOCTYPE html>


Form



First name:


Last name:


Email:

Age

</form><br>
  <form>
  Which of the following states have you visited?<br><br>
     <input type="checkbox" name="state1"><value="Texas">Texas<br>
    <input type="checkbox" name="state2"><value="New Mexico">New Mexico<br>
    <input type="checkbox" name="state3"><value="Utah">Utah<br>
  <input type="checkbox" name="state4"><value="California">California</form><br><br>
  <form>
  Which of the following colors most closely resembles or is your favorite color?<br><br>
     <input type="radio"name=”color" value=”Red">Red<br>

Yellow

Blue

Orange

Green

Purple



Pick your favorite food from the list below. If your favorite food is not in the list below, select "other"?


Buffalo Wings

Yellow

Hot dogs

Fried chicken

Meat loaf

Cheesesteak

Cheeseburger

Grits

Macaroni and cheese

Chicken fried steak

Corn dog

Other

  <form>
    Short Biography:<br>
  Honda Accord
  Honda Civic
  Nissan Altima
  Chevy Impala
       <form method=“post” action=“process.php”>
</body>

Top comments (0)