Lesson 7 HTML Form
Lesson 7 HTML Form
HTML
FORM
FORM
⮚Is created as a means of making
web pages interactive, allowing
users to enter requested
information to be submitted for
processing.
Form Tag
<FORM> </FORM>
• Atrributes:
• Action = URL address
• Method = get, post
Input Tag = <input>
• Attributes
⮚Name = URL address
⮚Type = the method used
Value of type attribute
• text – create a single line text
input box
• Password – same as text but the
input text is masked for security
reason..
Value of type attribute
2. Do a form like the form shown below. You can modify your form by
changing the format of font face, color, size. It is up to your own choice.