<title>Animal Information</title>
 <form action ="animal.php" method        ="POST">

Name of Animal: <input type ="text" name = "user_name">

Category: herbivores

   <input type ="radio" name ="category " value ="omnivores">omnivores

   <input type ="radio" name ="category " value ="carnivores">carnivores

Image:

Description: <textarea rows =" 3" cols="20"> 
Enter text here.... 
</textarea>

Life expectancy: <option <value = "0-1 year"> 0-1 year <option <value = "1-5 year"> 1-5 year <option <value = "5-10 year"> 5-10 year <option <value = "10+ year">10+ year

submit:

   </body>