Contents

Nested documents inside the HTML documents can be created using………
a) frame                                               
b) nest
c) iframe                              
d) into

c

How are windows, tabs, iframes, and frames treated according to client-side javascript?
a) They are all browsing contexts
b) They are all browsing information
c) They are all Window contexts
d) They are all Window objects

a

How are windows, tabs, iframes, and frames treated according to javascript?
a) They are all browsing contexts
b) They are all browsing information
c) They are all Window contexts
d) They are all Window objects

d

A new web browser window can be opened using which method of the Window object?
a) createtab()                       
b) Window.open()
c) open()                                               
d) create()

b

What will happen if the first argument of open() is omitted?
a) Error Page
b) Remains in the same page
c) about:blank
d) Reloads the page

b

Which object serves as the global object at the top of the scope chain?
a) Hash                                 
b) Property
c) Element                            
d) Window

d