User:Elina Lesson Plan 6
Subject: Computer science Unit: 7 Class: 7 Topic: HTML Un-ordered list Time: 10min period: 2nd Number of student: 20
Specific Objectives: Student will understand the concept of un-ordered list in HTML student will be able to create un-ordered list using HTML
Teaching Materials: Computer/laptop for each students or a projetcor for demonstartion Text editor (such as Notepad++, sublime text and VS code etc) Internet access for additional resource(optiona)
Introduction: Brifely introduce the concepts of un-ordered list in HTML HTML Unordered List is also known as Bulleted List in HTML IT displays elements in bulleted format.
An unordered list starts with the
- tag. Each list item starts with the
- tag. We can use unordered list where we do not need to display items in any particular order. Types: Classroom activity: Demonstarte the creation of an un-ordered list in HTML using a text editor or on a projector. Show examples of the HTML structure for creating an unordered list. Type"disc" Type "circle" Type "square" Type "none" Hands on pratcice: Provide a task or exercise for student to create their own unordered list. Encourage them to experiment with different types of bullets , color and alignments. Walk around to assist student and answer questions. Conclusion: Summarize the key points covered during the lesson. Encourage students to practice creating lists on their own and explore additional resources online to further their understanding. Assessment: What is the default item marker in unordered list of HTML? How to create un-ordered list in HTML with suitable example?