Client-Side Scripting: Part 2 Flashcards

1
Q

What is an element (scripting)

A

Anything that can be wrapped between start and end tags

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

What is an attribute? (scripting)

A

Further refines an element’s contents

  • Comes in name-value pairs
  • href = hyperlink reference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A

Attribute Name

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

Attribute Value

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

Attribute

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

InnerHTML

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

Element

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

What is an element identifier?

A

Element ID

  • Acts as a nickname for a file
  • Clifford the big red dog
  • Giving nicknames to files allow for better retrieval for use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do .STYLE commands do?

A

They modify the way an element looks in the browser

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