CSCI 121 - Lecture 7 - Introduction to Forms
Topics Covered
- <form> - HTML form.
- Form elements - The Form Elements for use within a form are:
- <input> - input element with a type attribute of:
- text
- password
- submit
- reset
- radio
- checkbox
- button
- <select>
- <textarea>
- <button>
Sample Page
- Sample page for the lecture here.
Instructor's Notes