User:Ashishsainju real Teaching Lesson Plan 5

From ICTED-WIKI
Revision as of 11:56, 4 February 2024 by Ashishsainju (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Subject: Computer Science

Topic: Web Page Designing: HTML

Class: 7

Period: 6th

Time:

Objective:[edit | edit source]

By the end of this lesson, students will be able to

  • learn the basics of HTML and gain the skills to create a simple web page.
  • understand the structure of HTML documents and how to incorporate text, links, and images.

Materials Needed:[edit | edit source]

  • Computers or laptops with a text editor (like Visual Studio Code) installed
  • Projector or smartboard  for class demonstration
  • Internet access for reference (optional)
  • softcopy with HTML tags and examples
  • presentation(DAY 1 [1])
  • presentation(DAY 2 [2])
  • presentation(DAY 3 [3] )
  • presentation (DAY 4 [4])
  • video for HTML tutorial ([5])

Duration:

  • 1 to 4 class periods (approximately 60-240 minutes)

Introduction (10 minutes):[edit | edit source]

  1. Discuss the importance of the internet and the role of HTML in creating web pages.
  2. Explain the basic concepts of HTML, such as tags, elements, and attributes.
  3. Share examples of simple web pages and discuss their structure.

Demonstration (15 minutes):[edit | edit source]

  1. Introduce the basic structure of an HTML document: <!DOCTYPE html>, <html>, <head>, and <body>.
  2. Demonstrate how to create headings, paragraphs, lists, and links using HTML tags.
  3. Explain the concept of attributes and demonstrate how to use them in tags.
  4. Showcase how to insert images into a webpage using the <img> tag.

Hands-On Practice (40 minutes):[edit | edit source]

Provide handouts with a list of commonly used HTML tags and examples.

Instruct students to open a text editor and start creating their HTML document.

Guide them through the process of adding headings, paragraphs, lists, links, and images to their web page.

Encourage experimentation and creativity while designing the content.

Group Activity (20 minutes):[edit | edit source]

  1. Divide the class into small groups.
  2. Assign each group a specific topic or theme for their web page.
  3. Have groups collaborate to create a simple web page using the HTML skills learned in class.
  4. Encourage them to exchange ideas, troubleshoot, and assist each other.

Sharing and Feedback (10 minutes):[edit | edit source]

  1. Invite each group to present their web page to the class.
  2. Encourage feedback from both the teacher and peers.
  3. Discuss the importance of proper HTML structure, readability, and the use of descriptive tags.

Conclusion (5 minutes):[edit | edit source]

  1. Recap the key HTML concepts learned during the lesson.
  2. Emphasize the importance of practice and continuous learning in web page design.
  3. Assign a small homework task, such as enhancing their web pages with additional HTML features or researching more HTML tags.

Assessment:[edit | edit source]

Assess students based on their active participation, understanding of basic HTML concepts, and the quality of their collaborative web page projects during the group activity.