HTML - Lesson 01

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

HTML-Lesson 01

HTML-Lesson 01

LEARNING OBJECTIVE
• To recognize attributes of tags-Heading and Paragraph.
• To use and analyze the importance of attributes in the development of
webpage.

SUCCESS CRITERIA
I can:
✓Recognize attributes of tags-Heading and Paragraph.
✓Use and analyze the importance of attributes in the development of
webpage.
HTML-Introduction

STARTER: (5-7mins)------------------------------------------Let’s Recap:

What are these tags used for?

• <html>---</html>
• <title>---</title>
• <head>---</head>
• <body>---</body>
• </h1>---</h1>
HTML-Introduction

Practice Recap of Tags:

Webpage Output:
HTML-Introduction

HTML Attributes:
• Attributes are properties used to provide additional information about an
element.

• All HTML elements can have attributes.


• Attributes provide additional information about elements.
• Attributes are always specified in the start tag.
HTML-Introduction

Background Color:

Text Color:
HTML-Introduction

PLENARY:

1) Attributes are used for_____________?


2) What ‘align’ attribute is used for?
3) We cannot change the color of Heading Text. (T/F)
HTML-Introduction

HOME LEARNING:

Research work:

Research how can we change the font of the text and add border to the
text. Sample given below
HTML-Introduction

SUCCESS CRITERIA
I can:
✓Recognize attributes of tags-Heading and Paragraph.
✓Use and analyze the importance of attributes in the development of
webpage.

You might also like