HTML Review

HTML Review

Assessment

Flashcard

Other

6th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hypertext Markup Language

2.

FLASHCARD QUESTION

Front

What is a HTML Element?

Back

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

3.

FLASHCARD QUESTION

Front

Define HTML Tag

Back

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

4.

FLASHCARD QUESTION

Front

Website Content

Back

The text and images on a website

5.

FLASHCARD QUESTION

Front

Define Website Structure

Back

How the content of a website is organized

6.

FLASHCARD QUESTION

Front

What does this <!DOCTYPE html> do?

Back

The declaration defines that this document is an HTML5 document.

7.

FLASHCARD QUESTION

Front

What does the element do?

Back

Defines the document's body, and is a container for all the visible contents