| :مثال | :نمونه كد | :نام كنترل |
| <input name="tempb" type=button value= " كليك كنيد "> | Button | |
| <input name="tempr" type=reset value= " فرم جديد "> | Reset Button | |
| <input name="temps" type=submit value= " ارسال "> | Submit Button | |
| <input name="tempt" type=text value="كد را وارد كنيد" size=32 maxlength= 20> | Text Field | |
| <textarea name="tempta" cols=24 rows=3> متن پيام را وارد كنيد </textarea> |
Text Area | |
| <input name="tempf" type=file size=18> | File Field | |
| <input name="tempp" type=password value="پيش فرض"> | Password Field | |
| دريافت خبرنامه گزارش هفتگي |
دريافت خبرنامه<input name="tempc" type=checkbox checked=true> | Checkbox |
| مرد زن |
مرد<input name="tempc" type=radio checked=true> | Radio Button |
| <select multiple=true size=3 style="width=210;"> <option selected=true>الف</option> <option>ب</option> </select> |
Listbox | |
| <select style="width=210;"> <option selected=true>الف</option> <option>ب</option> </select> |
Dropdown |