HTML5 Debug and Test Web Q11

HTML5 Debug and Test Web Q11

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which attribute is used to dictate that a field must be filled out for a form to submit? Options: required, type, max-length, require

Back

required

2.

FLASHCARD QUESTION

Front

Which attribute specifies the type of input for a field?

Back

type

3.

FLASHCARD QUESTION

Front

Which attribute specifies the maximum length for a given input field?

Back

max-length

4.

FLASHCARD QUESTION

Front

Which is correct regarding runtime? Options: the period where our HTML loads and our JS runs on the page, the period where our HTML loads and closes, the period where our JS loads and runs, the period between browser openings

Back

the period where our HTML loads and our JS runs on the page

5.

FLASHCARD QUESTION

Front

_______________ allow developers to debug code by stepping through it line by line.

Back

Breakpoints

6.

FLASHCARD QUESTION

Front

What key opens the developer tools?

Back

F12

7.

FLASHCARD QUESTION

Front

What is the keyword in JS for using a breakpoint technique?

Back

debugger