Web Design Review

Web Design Review

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

23 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is a valid HTML tag?


<h1>

Back

2.

FLASHCARD QUESTION

Front

Which of the following is an example of metadata about a webpage? The title of the webpage, The body of the webpage, An <h1> tag on the webpage, All of the above

Back

The title of the webpage

3.

FLASHCARD QUESTION

Front

What is the function of the
tag?

Back

Create a line break on the resulting webpage

4.

FLASHCARD QUESTION

Front

Which of the following is the correct HTML code to create a hyperlink that displays Click Me and links to google.com?

5.

FLASHCARD QUESTION

Front

Which of the following lines of HTML code will insert an image into a webpage? <img> src="https://codehs.com/static/img/logo.png" </img>, <img> src="https://codehs.com/static/img/logo.png" </img>, <img src="https://codehs.com/static/img/logo.png">, <img https://codehs.com/static/img/logo.png>

6.

FLASHCARD QUESTION

Front

Which of the following HTML code snippets would produce the following web page:

  • * Apples
  • * Bananas
  • * Oranges

Back

  • Apples
  • Bananas
  • Oranges

7.

FLASHCARD QUESTION

Front

Which of the following tags defines a table row? <table>, <tr>, <th>, <td>

Back

<tr>