421). Which syntax is used to describe elements in CSS?

[A]Protectors
[B]Selectors
[C]Both Protectors and Selectors
[D]Protectors or Selectors

Show Answer

422). What does the following JavaScript code snippet mean?
#log>span

[A]Span child after log declaration
[B]Specific span child of id greater than log
[C] Span child less than log
[D]Any span child of the element with id as log

Show Answer

423). Which of the following is the ultimate element selection method?
#log>span

[A] querySelectorAll()
[B]querySelector()
[C]queryAll()
[D]query()

Show Answer

424). Which of the following is the Web application equivalent to querySelectorAll()?
#log>span

[A]#()
[B]&()
[C]$()
[D]!()

Show Answer

425). The C in CSS stands for _______________
#log>span

[A]Continuous
[B]Cascaded
[C]Contentional
[D]Cascading

Show Answer

427). Which of the following is not an example of a Shortcut Property?
#log>span

[A]border
[B]font
[C]text
[D]value

Show Answer

428). Which of the following is the default positioning elements with CSS?
#log>span

[A]relative
[B]static
[C]absolute
[D]absolute

Show Answer

429). Which property lays the element according to the normal flow?
#log>span

[A]relative
[B]absolute
[C]fixed
[D]static

Show Answer

430). Which of the following property allows you to specify an element’s position with respect to the browser window?
#log>span

[A]relative
[B]fixed
[C]static
[D]absolute

Show Answer

431). What will be the output of the following JavaScript code?

[A]It\’s
[B]It\’s
[C]It’s
[D]Error

Show Answer

432). What will be the output of the following JavaScript code?

[A]5
[B]7
[C]0
[D]Error

Show Answer

433). What will be the output of the following JavaScript code?

one

[A]one
[B]two
[C]error
[D]undefined

Show Answer

434). What will be the output of the following JavaScript code?

[A]True
[B]False
[C]Error
[D]Handling

Show Answer

435). What will be the output of the following JavaScript code?

[A]d
[B]a
[C]b
[D]c

Show Answer