Entrance Announcement
MICTE 2080
2080 Magh 07
User:Ankitpanta/ Real Teaching Lesson Plan 14
Jump to navigation
Jump to search
Subject | Grade | Topic | Time | Period |
---|---|---|---|---|
Computer Science | IX | Introduction to html | 45mins | 5th |
Specific Objectives:[edit | edit source]
- Students will understand the fundamental concepts of HTML and be able to create a simple webpage.
Materials Needed:[edit | edit source]
- Computers with internet access
- Text editor (Notepad, Sublime Text, Visual Studio Code, etc.)
Lesson Outline (20mins)[edit | edit source]
Introduction to HTML (10 minutes)[edit | edit source]
- Define HTML: Hypertext Markup Language.
- Explain the purpose of HTML: to structure content on the web.
- Mention that HTML is not a programming language but a markup language.
- Briefly discuss the history and importance of HTML in web development.
Basic Structure of HTML (5 minutes)[edit | edit source]
- Introduce the basic structure of an HTML document.
- Explain the
<!DOCTYPE html>
declaration. - Introduce the
<html>
,<head>
, and<body>
elements. - Discuss the importance of proper indentation for readability.
HTML Elements (5 minutes)[edit | edit source]
- Explain HTML tags and elements.
- Introduce commonly used tags:
<h1>
,<p>
,<a>
,<img>
,<ul>
,<ol>
,<li>
. - Discuss attributes and how they modify HTML elements.
Classroom Activities (10 minutes)[edit | edit source]
- Have students create a simple webpage using the concepts learned.
- Include headings, paragraphs, links, and images.
- Encourage experimentation with different tags and attributes.
Q&A and Recap (15 minutes)[edit | edit source]
- Allow time for students to ask questions.
- Recap the key concepts covered in the lesson.
- Provide additional resources for further learning.
Conclusion[edit | edit source]
Student will learn basic html concept.
Assessment[edit | edit source]
- Ask students to create a more complex webpage, incorporating additional HTML elements and attributes.
- Encourage them to explore CSS (Cascading Style Sheets) for styling in the next lesson.