JavaScript DOM Flashcards

1
Q

The HTML DOM

A

is a standard for how to get, change, add, or delete HTML elements.

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

A property

A

is a value that you can get or set (like changing the content of an HTML element).

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

A method

A

is an action you can do (like add or deleting an HTML element).

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

The programming interface

A

is the properties and methods of each object.

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

JavaScript can change all the __________________ in the page

A

HTML attributes & CSS Styles

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

JavaScript can remove

A

existing HTML elements and attributes

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

JavaScript can add

A

new HTML elements and attributes

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

JavaScript can react

A

to all existing HTML events in the page

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

can create new HTML events in the page

A

JavaScript

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