DLL 1
DLL 1
JHAIZAR LADJAHALI
1. Materials
a. Cartolina
b. Marker
c. Crayon
d. Manila Paper
e. Scotch tape
B. Establishing a purpose for the Make it bright – The class will be divided into six groups which they will be
lesson Engage (5min) given a printed black & white image. They have the freedom to put a color or
design on the printed image.
C. Presenting examples/instances
of the new lesson
D. Discussing new concepts and CSS Selectors are used to “find” (or select) HTML elements based on their
practicing new skills # 1 element name, id, class and more.
Explore (15 min) • Also known as tag name.
• It ensures that a style is only applied to one or more set page elements.
Element Name
Class Selector
• Selects elements with a specific class attribute.
• To select elements with a specific class, write a period (.)
character, followed by the name of the class.
Example:
.main_text {
color: #f00;
}
ID Selector
Uses the id attribute of an HTML element to select a
specific element.
The id of an element should be unique within a page, so the
id selector is used to select one unique element.
To select an element with a specific id, write a hashtag (#)
character, followed by the id of the element.
Example:
#first_paragraph {
font-weight:bold;
}
Output:
E. Developing mastery (leads to Activities:
formative Assessment 3)
Explain 20 min The class will be divided into six groups and let the students create a HTML
code with the proper usage of tags and CSS Selectors. They will write the codes
on a given material (cartolina). The activity will be supervised by the teacher.
Safety precautions and group cooperation should be observed.
F. Finding practical applications Example Classification Explanation
of concepts and skills in daily h1 Type Selector Selects an element by its type
living tagline Class Selector Selects an element by the class
Elaborate ( 5 min)
G. Making Generalizations and The teacher will call volunteers to complete the following phrases:
Abstraction about the Lesson.
I learned that: ___________________________________________
I realized that: ___________________________________________
I will: __________________________________________________
H. Evaluating Learning A sheet of paper will be provided for the students to serve as an answer sheet.
Multiple Choice.
Read each item carefully and choose the best answer. Write your answer on the
blank space provided.
_____4. Which of the following is used to find HTML elements based on their
element name, id, class and more?
a. Syntax
b. Selectors
c. CSS
_____5. Which of the following is the correct CSS syntax for class selector?
a. .good {font-size: 12px;}
b. #good {color:blue;}
c. good {font-family: Arial;}
Advance agreement:
2. Define the following and give one example of HTML code. Write it on
your notebook.
• Child Selector
• Sibling Selector
V. REMARKS
VI. REFLECTION
A. No. of learners earned 80%in the
evaluation.
B. No. of learners who required
additional activities for remediation
who scored below 80%
C. Did the remedial lesson work? No. of
learners who have caught up with
the lesson.
D. No. of learner who continue to
require remediation
E. Which of my teaching strategies
worked well? Why did these work?
F. What difficulties did I encounter
which my principal or supervisor
can help me solve?
G. What innovation or localized
materials did I used/discover which
I wish to share with other teachers?
Prepared by:
JHAIZAR S. LADJAHALI
Student Teacher
Checked By: