WD Week5 3rd
WD Week5 3rd
MATATAG K to 10
Name of Teacher: DONNA MAY Z. PADOLINA Learning Area: SP – ICT 8 (Web Design)
Curriculum - Lesson
Exemplar Teaching Dates and Time: February 3-7,2025 Quarter: 3rd
1. Identify the purpose 1. Identify the purpose and 1. Recall key concepts covered 1. Recall key concepts 3. Recall key concepts covered
and use of the <input use of the <input in the grading period. covered in the grading in the grading period.
type="number"> type="range"> element in period.
element in HTML. HTML. 2. Apply learned skills to 4. Apply learned skills to
2. Explain the attributes of 2. Explain the attributes of answer sample test 2. Apply learned skills to answer sample test
number input boxes range inputs, such as min, questions. answer sample test questions.
(e.g., min, max, step, max, step, and value. questions.
value). 1. Create an HTML form that 3. Develop test-taking 3. Develop test-taking
1. Create an HTML form uses range input to strategies to improve 3. Develop test-taking strategies to improve
performance. strategies to improve performance.
using number input collect data interactively.
performance.
boxes for collecting
numerical data.
Prior Knowledge: Prior Knowledge: Mathematics: Reviewing Mathematics: Reviewing Mathematics: Reviewing
Basics of HTML structure Understanding of basic HTML computation and problem- computation and problem- computation and problem-
and tags. structure and tags. solving skills. solving skills. solving skills.
Knowledge of basic input Knowledge of other input English: Enhancing English: Enhancing English: Enhancing
types such as textboxes and types like textboxes and comprehension of word comprehension of word comprehension of word
labels. number inputs. problems. problems. problems.
Future Learning: Future Learning: Study Skills: Learning Study Skills: Learning Study Skills: Learning
F. Integration
Using JavaScript to validate Integrating JavaScript to effective test-taking effective test-taking effective test-taking
numerical inputs dynamically display and strategies. strategies. strategies.
dynamically. manipulate range input
Styling input elements with values.
CSS for better user interface Using CSS to style range
design. sliders for better UI/UX
design.
II. LEARNING RESOURCES
Ppt presentation on Ppt presentation on range Test papers Test papers Test papers
number input input
III. TEACHING AND LEARNING PROCEDURES
A. Pre- Lesson Proper Ask students: Begin with a question: Brief discussion of major Brief discussion of major Brief discussion of major
a. Activating Prior "Imagine creating a form "Have you ever adjusted the concepts covered during the concepts covered during concepts covered during the
Knowledge
b. Establishing Purpose where users need to enter volume slider on a media period. the period. period.
of the Lesson their age, quantity of items, player or used a slider to set a
or test scores. What brightness level? These are
challenges might arise if examples of range inputs.
users input invalid Today, we’ll learn how to
characters like letters create similar sliders in
instead of numbers? Today, HTML!"
we’ll learn how to use
number input boxes to Share the lesson objectives:
ensure users provide the "By the end of this lesson,
correct type of data." you’ll understand how to use
range inputs in HTML forms
Share the learning goals: and customize them for
specific tasks."
"By the end of this lesson,
you’ll be able to create
number input boxes in
HTML, customize their
behavior using attributes,
and use them effectively in
forms."
B. Lesson Proper Introduction to Number Introduction to Range Input Students work on a short Students work on a short Students work on a short
a. Developing and Input (<input (<input type="range">): practice test. practice test.
Deepening practice test.
Understanding type="number">):
b. Making Generalization Allows users to select a value
within a defined range using a
Used to accept only
slider.
numeric data.
Example: Example:
<input type="number"
name="age"> <input type="range" min="0"
Common Attributes for max="100">
Number Inputs: Attributes of Range Input: