Lab Manual Week 12
Lab Manual Week 12
syntax:
<form>
input elements
</form>
Tags Description
<form> Defines a from for user input
<input> Used to create an input field’s
<text> Create a single line text entry field
<textarea> Text-area for (multi line text input control)
<password> Creates a single line text entry field. And the
characters entered are shown as asterisks (*)
<label> Defines a label to a control
<option> Creates a Radio Button.
<select> Defines a selectable list (a drop-down box)
<button> Defines a push button
<value> Attribute of the option element.
<checkbox> select or unselect a checkbox
<dropdown box> A drop-down box is a selectable list