HTML Review

HTML Review

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

14 questions

Show all answers

1.

FLASHCARD QUESTION

Front

HTML coding involves using ____________ to create webpages.

Back

Tags

2.

FLASHCARD QUESTION

Front

HTML tags are always surrounded by

Back

< >

3.

FLASHCARD QUESTION

Front

Which tag would you use to make a heading? Options: <heading></heading>, <bigger></bigger>, <h></h1>, <h1></h1>

Back

<h1></h1>

4.

FLASHCARD QUESTION

Front

Which of the listed heading tags creates the largest heading? Options: h1, h2, h3, h6

Back

h1

5.

FLASHCARD QUESTION

Front

Which is the correct HTML tag for creating an unordered list?

Back

6.

FLASHCARD QUESTION

Front

What is the correct HTML for creating a hyperlink? Options: <a href="https://www.fireninjaa.org">Fireninjaa</a>, <a url="https://www.fireninjaa.org">Fireninjaa</a>, <a>https://www.fireninjaa.org</a>

Back

<a href="https://www.fireninjaa.org">Fireninjaa</a>

7.

FLASHCARD QUESTION

Front

Which of the following is the correct HTML syntax for inserting an image: <img>apple.jpg</img>, <img src="apple.jpg">, <image src="apple.jpg">, <img ="apple.jpg">

Back

<img src="apple.jpg">