0% found this document useful (0 votes)
3 views1 page

Class 4 HTML

HTML, or Hyper Text Markup Language, is a simple language used for creating web pages by displaying text, images, and links. It utilizes special tags, typically in pairs, to structure content, with all webpage content contained within the <body> tag. The lesson aims to define HTML, identify basic tags, and guide the creation of a small webpage using these tags.

Uploaded by

LIji
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Class 4 HTML

HTML, or Hyper Text Markup Language, is a simple language used for creating web pages by displaying text, images, and links. It utilizes special tags, typically in pairs, to structure content, with all webpage content contained within the <body> tag. The lesson aims to define HTML, identify basic tags, and guide the creation of a small webpage using these tags.

Uploaded by

LIji
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like