Sail E0 Webinar

MCQs

Total Questions : 59 | Page 3 of 6 pages
Question 21. Which of the following property is common in all drag events?
  1.    drag effects
  2.    drag data
  3.    dragenter
  4.    dataTransfer
 Discuss Question
Answer: Option D. -> dataTransfer
Question 22. Which of the following property is used to determine which drag operation was desired?
  1.    dragend
  2.    dropEffect
  3.    captureData
  4.    getData
 Discuss Question
Answer: Option B. -> dropEffect
Question 23. _____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself.
  1.    Dragging Links
  2.    Dragging Text
  3.    Dragging Files
  4.    Dragging HTML and XML
 Discuss Question
Answer: Option B. -> Dragging Text
Question 24. ______________ should include data of two types; the first should be the URL using the type text/uri-list, and the second is the URL using the text/plain type.
  1.    Dragging Text
  2.    Dragging Links
  3.    Dragging HTML and XML
  4.    Dragging Files
 Discuss Question
Answer: Option B. -> Dragging Links
Question 25. Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.
  1.    drop
  2.    dataTransfer
  3.    drag
  4.    preventDefault
 Discuss Question
Answer: Option D. -> preventDefault
Question 26. _____________ and elements in a document may be dragged using the application/x-moz-node type.
  1.    Dragging HTML and XML
  2.    Dragging Nodes
  3.    None of the mentioned
  4.    Dragging Text
 Discuss Question
Answer: Option B. -> Dragging Nodes
Question 27. A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 28. The first tag inside < TABLE > tag is1. < HEAD >2. < CAPTION >3. < TH >4. < TD >
  1.    Option 4
  2.    Option 1
  3.    Option 3
  4.    Option 2
 Discuss Question
Answer: Option D. -> Option 2
Question 29. Which tag will you add to specify a font for your whole page ?1. < defaultfont >2. < targetfont >3. < basefont >4. < font >
  1.    Option 4
  2.    Option 3
  3.    Option 2
  4.    Option 1
 Discuss Question
Answer: Option D. -> Option 1
Question 30. The tag which allows you to nest other HTML tags within the description1. < CAPTION >2. < TD >3. < TR >
  1.    Option 1
  2.    Option 2
  3.    Option 3
  4.    None of these
 Discuss Question
Answer: Option A. -> Option 1

Latest Videos

Latest Test Papers