Client-Side Scripting: Part 2 Flashcards
1
Q
What is an element (scripting)
A
Anything that can be wrapped between start and end tags
2
Q
What is an attribute? (scripting)
A
Further refines an element’s contents
- Comes in name-value pairs
- href = hyperlink reference
3
Q
A
Attribute Name
4
Q
A
Attribute Value
5
Q
A
Attribute
6
Q
A
InnerHTML
7
Q
A
Element
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
9
Q
What do .STYLE commands do?
A
They modify the way an element looks in the browser