HTML Review

HTML Review

Assessment

Flashcard

Computers, Instructional Technology

9th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Choose the correct answer: </p>, :p, p:, <p>

Back

<p>

Answer explanation

The correct answer is <p> because it represents the opening tag of a paragraph in HTML. The other options are either incorrectly formatted or do not represent valid HTML tags.

2.

FLASHCARD QUESTION

Front

Choose the correct answer: <h2>, <h1>, <h6>, <h3>

Back

<h1>

Answer explanation

The correct answer is

because it represents the highest level of heading in HTML, indicating the most important section of content. Other options like

,

, and

represent lower levels of headings.

3.

FLASHCARD QUESTION

Front

Choose the correct answer: <!DOCTYPE html>, <html>, <body>, All of the above

Back

All of the above

Answer explanation

The correct answer is 'all of the above' because a complete HTML document requires the , , and tags to function properly. Each of these elements plays a crucial role in structuring an HTML document.

4.

FLASHCARD QUESTION

Front

What is the meaning of ?

Back

Starts a paragraph

Answer explanation

The <p> tag in HTML is used to start a paragraph. It indicates the beginning of a block of text, making 'Starts a paragraph' the correct choice. The other options do not accurately describe the function of this tag.

5.

FLASHCARD QUESTION

Front

What belongs at the beginning and end of every tag?

Back

< >

Answer explanation

The correct answer is < > because these symbols are used to denote the beginning and end of HTML tags. Other options do not represent tag syntax in HTML.

6.

FLASHCARD QUESTION

Front

Which of the following tags is the last tag in an HTML document? Options: <end>, </body>, </footer>, </html>

Back

</html>

Answer explanation

The last tag in an HTML document is , which signifies the end of the HTML content. Other tags like and are important but are not the final tag.

7.

FLASHCARD QUESTION

Front

This tag defines a heading at the smallest size.

Back

.

Answer explanation

The

tag defines the smallest heading size in HTML. It is used for the least important headings, while

is the largest and most important. Therefore,

is the correct answer for the smallest heading.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?