Grade 6th HTML Lesson#2

Grade 6th HTML Lesson#2

6th Grade

9 Qs

quiz-placeholder

Similar activities

1. HTML Basics

1. HTML Basics

6th - 8th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML coding

HTML coding

6th - 8th Grade

14 Qs

HTML and HTML Structure

HTML and HTML Structure

5th - 8th Grade

12 Qs

HTML 1

HTML 1

6th Grade

10 Qs

HTML Part #1 Review

HTML Part #1 Review

6th Grade

12 Qs

HTML & CSS Quiz

HTML & CSS Quiz

6th - 12th 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