401). Each tab in the single web browser window is called as ____________

[A]Browser Information
[B] Browsing context
[C]Both Browser Information & Browsing context
[D]Browser Log

Show Answer

402). Nested documents inside the HTML documents can be created using ___________

[A]frame
[B]nest
[C]iframe
[D]into

Show Answer

403). 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

Show Answer

404). 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

Show Answer

405). A new web browser window can be opened using which method of the Window object?

[A]createtab()
[B]Window.open()
[C]open()
[D]create()

Show Answer

406). 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

Show Answer

407). Which object serves as the global object at the top of the scope chain?

[A]Hash
[B]Property
[C]Element
[D]Window

Show Answer

408). Which is the property of a Window object that holds the name of the frame?

[A]name
[B]title
[C]description
[D]style

Show Answer

409). When will the fourth argument to open() useful?

[A]When the second argument names a retired window
[B] When the first argument names an existing window
[C]When the second argument names an existing window
[D]When the first argument names a retired window

Show Answer

410). The inner frame within a top-level window can be referred to as _____________

[A]parent(parent)
[B]parent.parent
[C] parent*parent
[D]parent/parent

Show Answer