Ict 7lessonplan
Ict 7lessonplan
Cambridge
Lesson Plan
Lesson: Forms in HTML School: JANKIDEVI PUBLI SCHOOL
Date: Teacher: MS AGNES
Class: VII Number Present: Number Absent:
Learning objectives: By the end of the lesson, students will be able to:
Understand the purpose of forms in web development.
Identify key HTML form elements like <form>, <input>, <label>,
<button>, and their attributes.
Create a simple HTML form to collect user input.
Lesson objectives: By the end of this lesson, students will be able to:
1. Identify Form Elements: Recognize and describe the purpose of
various HTML form elements, including <form>, <input>, <textarea>,
<select>, and <button>.
2. Create a Basic Form: Construct a simple HTML form that includes
different input types (text, email, password, radio buttons, checkboxes,
etc.) and labels.
3. Implement Form Attributes: Utilize important attributes (such as
action, method, name, and value) to enhance form functionality and
control data submission.
4. Apply Validation: Understand and apply basic HTML5 validation
attributes (like required, min, max, pattern) to ensure user input meets
specified criteria.
Vocabulary: HTML, Form, Input Element, Label, Textarea, Select, Button, Action,
Attribute, Method Attribute, Validation
Previous learning: Students should have
1. Basic Understanding of HTML:
Familiarity with HTML structure (tags, elements, attributes).
Ability to create simple web pages using HTML.
2. Web Development Concepts:
Understanding how web browsers render HTML documents.
Knowledge of how forms are used in web applications.
Plan
Activities Resources
Beginning Discussion: Presentations
Ask students if they’ve filled out an online form
(e.g., for registering on websites). How did it collect
their information?
Explanation: Introduce forms as a key way websites
gather data from users...