HTML div Tag
HTML div Tag
<div>
.....
</div>
HTML Form
An HTML Form is a section of the document that collects
input from the user.
<form>
<!-- Form elements-->
</form>
Form Elements:
The <form> Element:
The form element does not create the form; it's the
container that holds the other form elements.
<form>.....</form>
The <input> Element:
<button>Button</button>
The <option> Element:
<option>.....</option>
The <textarea> Element:
<textarea>.......</textarea>