Developer Tools Flashcards

1
Q

What are developer tools?

A

Sometimes referred to as the web inspector

These tools allow you to inspect the HTML, CSS, JavaScript and much more on websites you visit and build.

They allow you to easily and quickly track down the cause of issues and bugs.

You can change the code in browser (only changes in browser, so have to copy and paste onto the code later)

+ much more

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HOTKEYS
How to open sources

How to inspect element

How to open dev console

A

F12 to open dev tools
Right-click on an element then inspect (q)

Ctrl + Shift + J to open developer console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does strike through mean in dev tools firefox?

A

A style is being overwritten by another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you check every inherited style for an element in your browser’s developer tools?

A

Elements > Computed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Are changes made in dev tools to HTML and CSS permanent?

A

No, but you can save and it saves the HTML file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly