Lesson 5
HTML
Introduction:
HTML is a simple language used to create web pages. It helps us show text, headings,
pictures, and links on a webpage. HTML uses special words called tags to tell the computer
what to display. With HTML, we can make a small webpage to share information like our
name, school, or favourite things.
Lesson Objectives:
• Define HTML
• Identify basic HTML tags like <html>, <body>, <h1>, and <p>.
• Create a small web page using simple HTML tags.
Teaching Points
• HTML stands for Hyper Text Markup Language.
• HTML is used to make web pages.
• HTML uses tags written inside angle brackets < >.
• Most HTML tags come in pairs (opening tag and closing tag).
• All content of a webpage is written inside the <body> tag.