Search Header Logo
Y8 T1W1 Lesson 2: HTML Tags

Y8 T1W1 Lesson 2: HTML Tags

Assessment

Presentation

Computers

8th Grade

Practice Problem

Easy

HTML

Standards-aligned

Created by

Detha Prastyphylia

Used 8+ times

FREE Resource

10 Slides • 9 Questions

1

Basic Structure

of HTML Code:

Part 1

What do you need in a HTML code?

Slide image

2

First, we need to learn about HTML tags.

HTML tags are usually written in pair.

The first is opening tag, and the second is closing tag.

3

Slide image


4

<tag>

This is what HTML opening tag looks like.

It's used to "turn on" our instruction to the computer.


The keyword of the tag is in between angle brackets symbol.

5

</tag>

This is what HTML closing tag looks like.

It's used to "turn off" our instruction to the computer.


A slash symbol is added after the first angle bracket.

6

<font></font>

If the keyword of the tag is "font".

7

<meta></meta>

If the keyword of the tag is "meta".

8

Open Ended

Write in Zoom chat:

the correct HTML tag if the keyword of the tag is "html".

9

Open Ended

Write in Zoom chat:

the correct HTML tag if the keyword of the tag is "head".

10

Open Ended

Write in Zoom chat:

the correct HTML tag if the keyword of the tag is "title".

11

Open Ended

Write in Zoom chat:

the correct HTML tag if the keyword of the tag is "body".

12

Not all HTML tags are in pair.

Though most HTML tags are written in pair,

there are some HTML tags that are written alone (not in pair).

13

Open Ended

Research and answer: what are the names of…

(1) HTML tag that comes in pair, (2) HTML tag that comes alone

14

<tag>Insert Text Here</tag>

Container Tags need to be opened and then closed.


Container Tags can change the formatting

of the text inserted between them.

15

<tag>

Empty Tags just needs to be opened.

It does not need to be closed.


Empty Tags can insert an element to a web page.

e.g. inserting a text break or an image.

16

Multiple Choice

<img>

1

Container Tag

2

Empty Tag

17

Multiple Choice

<center></center>

1

Container Tag

2

Empty Tag

18

Multiple Choice

<justify></justify>

1

Container Tag

2

Empty Tag

19

Multiple Choice

<br>

1

Container Tag

2

Empty Tag

Basic Structure

of HTML Code:

Part 1

What do you need in a HTML code?

Slide image

Show answer

Auto Play

Slide 1 / 19

SLIDE