Entrance Announcement
MICTE 2080
2080 Magh 07
User:Keshab Real Teaching Lesson Plan 9
Jump to navigation
Jump to search
Subject | Grade | Topic | Period | Time |
Computer Science | VIII | Introduction to Webpage Development | 4th | 45 Minutes |
Specific Objective:[edit | edit source]
At the end of this session,
- Students will gain a foundational understanding of web pages, their components, and the basics of HTML.
- Students will be introduced to the structure and purpose of HTML elements.
Teaching Materials:[edit | edit source]
- Computers with internet access
- Projector and screen for demonstrations
- Whiteboard and markers
- https://www.geeksforgeeks.org/web-development/
- Sample HTML code printouts
Introduction (10 minutes):[edit | edit source]
- Begin with a discussion on the importance of the internet and the role of websites in providing information.
- Introduce the concept of a web page and its role in displaying content on the internet.
Overview of HTML (15 minutes):[edit | edit source]
- Provide an overview of HTML (Hypertext Markup Language) as the standard language for creating web pages.
- Discuss the basic structure of an HTML document, including the <html> <head>, and
<body>
elements. - Explain the purpose of HTML tags and how they define different elements on a web page.
Hands-on Activity (10 minutes):[edit | edit source]
- Have students access a simple online HTML editor or use a text editor on their computers.
- Demonstrate the basic structure of an HTML document and guide students in creating their first HTML page.
- Emphasize the importance of properly nesting and closing HTML tags.
Common HTML Elements (5 minutes):[edit | edit source]
- Introduce common HTML elements such as
<h1>
for headings,<p>
for paragraphs,<a>
for links, and<img>
for images. - Explain the attributes associated with these elements, such as the
src
attribute for images and thehref
attribute for links.
Review and Questions (5 minutes):[edit | edit source]
- Ask students to review their created web pages and identify the HTML elements used.
- Open the floor for questions and address any concerns or confusion.
Conclusion (5 minutes):[edit | edit source]
- Summarize the key concepts covered in the lesson, emphasizing the role of HTML in creating the structure of a web page.
- Encourage students to explore further on their own and express creativity in building simple web pages.
Homework Assignment:[edit | edit source]
- Assign a small project for students to create a one-page website about a topic of their choice using the HTML elements introduced in class.