Y8 HTML

Y8 HTML

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

28 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the correct HTML for adding a background color?

Back

2.

FLASHCARD QUESTION

Front

Choose the correct HTML element for the largest heading: <h1>, <heading>, <head>, <h6>

Back

<h1>

3.

FLASHCARD QUESTION

Front

What is the correct HTML for creating a hyperlink? Options: <a href="http://www.w3schools.com">W3Schools</a>, <a name="http://www.w3schools.com">W3Schools.com</a>, <a url="http://www.w3schools.com">W3Schools.com</a>, <a>http://www.w3schools.com</a>

Back

<a href="http://www.w3schools.com">W3Schools</a>

4.

FLASHCARD QUESTION

Front

Which character is used to indicate an end tag?

Back

/

5.

FLASHCARD QUESTION

Front

How can you make a numbered list?

Back

6.

FLASHCARD QUESTION

Front

How can you make a bulleted list?

Back

    .

7.

FLASHCARD QUESTION

Front

What is the correct HTML for inserting an image?

Back

MyImage