Debugging

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Which Firefox Developer Tools tab is used to view and edit cookies on a site?

Storage

2
New cards

Which Firefox Developer Tools tab displays how long a request took for each site resource type?

Network

3
New cards

What can be used to instantly apply changes to applied styles?

Browser developer tools

4
New cards

Which tool can be used to determine if a component has been rendered with the incorrect size and margin?

Inspect the Element to check the rendered box model

5
New cards

A website developer identifies an issue with a CSS property value taking precedence over an element.

Which Firefox Developer Tools tab should the developer access to review CSS declaration precedence?

Inspector

6
New cards

Which Chrome DevTools tab is accessed to view logged JavaScript messages and run JavaScript?

Console

7
New cards

Use the given HTML document to answer the following question:

This is the introduction statement

This is the story I am telling

Which error is present in this code?

The

tag should be to the left of the

tag.