Lesson 5 HTML Final Test

Lesson 5 HTML Final Test

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is HTML?

Back

Hypertext Markup Language

2.

FLASHCARD QUESTION

Front

Why do HTML pages need to be validated? To ensure _________ to the standards.

Back

consistency

3.

FLASHCARD QUESTION

Front

How do you structure an HTML5 document? Select the best answer: To use html Tags in a html file, By ensure color coding are correct, Must be short, sweet and spicy, To ensure your website is attractive

Back

To use html Tags in a html file

4.

FLASHCARD QUESTION

Front

How do you declare the HTML version in a webpage? Options: <DOCTYPE HTML>, <DOCTYPE html>, <!DOCTYPE html>, <!DOCTYPE HTML>

Back

<!DOCTYPE html>

5.

FLASHCARD QUESTION

Front

Why are comments used inside of an HTML document?

Back

Used to explain the purpose of code sections to other developers

6.

FLASHCARD QUESTION

Front

What does the

    tag stands for?

Back

Bulleted List

7.

FLASHCARD QUESTION

Front

Can you nest a text-level element inside of a paragraph-level element?

Back

True