1. true
2. false
3. error
4. 0
true
1. parent(parent)
2. parent.parent
3. parent*parent
4. parent/parent
parent.parent
1. They are all browsing contexts
2. They are all browsing information
3. They are all Window contexts
4. They are all Window objects
They are all browsing contexts
1. Browsing context
2. Browser Information
3. Both Browser Information & Browsing context
4. Browser Log
Browsing context
1. Program begins
2. Any event occurs
3. Specified event occurs
4. None of the above
Specified event occurs
1. o(x,y);
2. o.m(x) && o.m(y);
3. m(x,y);
4. o.m(x,y);
o.m(x,y);
1. Comma (,)
2. Colon (:)
3. Hyphen (_)
4. Semicolon (;)
Semicolon (;)
1. newlines
2. tabs
3. spaces
4. All of the above
All of the above
1. getElementById()
2. getElement(id)
3. getElementById(id)
4. elementById(id)
getElementById(id)
1. innerText
2. innerContent
3. elementText
4. innerHTML
innerHTML