Grade 6th HTML Lesson#2

Grade 6th HTML Lesson#2

6th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Year 6

HTML Year 6

6th Grade

14 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th Grade - University

10 Qs

HTML & CSS Review

HTML & CSS Review

5th - 8th Grade

9 Qs

Website Development

Website Development

6th - 12th Grade

14 Qs

7th Grade HTML

7th Grade HTML

6th - 8th Grade

12 Qs

HTML codes

HTML codes

6th - 8th Grade

10 Qs

Web Development Vocabulary Words

Web Development Vocabulary Words

6th - 8th Grade

12 Qs

Hyperlink Tags

Hyperlink Tags

6th Grade

10 Qs

Grade 6th HTML Lesson#2

Grade 6th HTML Lesson#2

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Sela Choub

Used 24+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hypertext Markup Language, a language used to create web pages

HTML

CSS

JAVASCRIPT

PYTHON

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A piece of a website, marked by a start tag and often closed with an end tag

HTML Tag

HTML

HTML Element

Website Content

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The special set of characters that indicates the start and end of an HTML element and that element's type

HTML Tag

HTML

HTML Element

Website Content

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the text and images on a website

HTML Tag

HTML

HTML Element

Website Content

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ow the content of a website is organized

HTML Tag

Website Structure

HTML Element

Website Content

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ tag defines the main content of the HTML document that will be directly visible on your web page.

<body>

<DOCTYPE!>

<head>

<p>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The <body> tag placed immediately after/under the closing _______ tag.

<p>

<DOCTYPE!>

<head>

</head>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The HTML element is the top-level element of an HTML document. This HTML tag <_____> is the container for all other HTML elements (except for the <!DOCTYPE> tag).

p

body

html

title

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • Using <___> to define a paragraph

p

body

html

title