Basic HTML

 
 
          

Form >> Create a Form >> Text Field

 

Text Field

Text field is used to fill out some needed applications/h3>
HTML Code Sample Output
<table border=1> <tr>
<th>Name:
<th><Input type=text>
<tr>
<th>Mother:
<th><Input type=text>
<tr>
<th>Father:
<th><Input type=text>
</table>
Name:
Mother:
Father:

Form >> Create a Form Form >> Create a Form >> Text Area