HTML Elements and Attributes

HTML Elements and Attributes

Assessment

Flashcard

Other

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which one of these is an HTML tag? Options: <h2> , href="https://bingus.com", function myFunction () { } , h3 { color: #34786 }

Back

<h2>

2.

FLASHCARD QUESTION

Front

Which one of these is an HTML attribute? Options: h3 { border-width: 2px; }, <h3>, class="border-marker", I enjoy eating pie!

Back

class="border-marker"

3.

FLASHCARD QUESTION

Front

Which one of these is an HTML element? Options: <p>, style="text-align:center;", p { text-align:center; }, <h2>Bears</h2>

Back

<h2>Bears</h2>

4.

FLASHCARD QUESTION

Front

Which one of these is a valid HTML5 doctype declaration? Options: <DOCTYPE html>, <DOCTYPE HTML5>, <!DOCTYPE html>, <!DOCTYPE HTML5>

Back

5.

FLASHCARD QUESTION

Front

What is this symbol(s) called: </>

Back

A closing tag