HTML Forms002
HTML Forms002
HTML-Forms
LEARNING OBJECTIVE
➢To Learn <FORM></FORM> tag to add Forms to a
webpage.
➢To use and make interactive forms in HTML.
HTML-Forms
SUCCESS CRITERIA
An HTML form is used to collect user input. The user input is most often sent
to a server for processing.
The HTML <form></form> element is used to create an HTML form for user
input:
The <form> element is a container for different types of input elements, such
as:
• text fields,
• checkboxes,
• radio buttons,
• submit buttons, etc.
HTML-Forms
Must Task:
HTML-Forms
Activity:
Group 1 Group 2 Group 3
DROPDOWN LIST
<select> TEXTAREA
<option>Volvo</option> <h1>The textarea element</h1>
<option>Saab</option>
<option>Mercedes</option> <textarea></textarea>
<option>Audi</option> <br>
HTML-Forms
Assessment:
PLENARY:
HTML-Forms
SUCCESS CRITERIA: