Grade 6th HTML Lesson#2

Grade 6th HTML Lesson#2

6th Grade

9 Qs

quiz-placeholder

Similar activities

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

CSD U2 L01-02

CSD U2 L01-02

6th - 8th Grade

11 Qs

Web Development

Web Development

1st - 12th Grade

10 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

Y7 - 3 - Web Dev (Lesson: Containers 1)

Y7 - 3 - Web Dev (Lesson: Containers 1)

6th Grade

13 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th Grade - University

10 Qs

Class 7 HTML

Class 7 HTML

5th - 7th 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