• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

ondrag

Runs script when an element is dragged.

ondragend

Runs script at the end of a drag operation.

ondragenter

Runs script when an element has been dragged to a valid drop target.

ondragleave

Runs script when an element leaves a valid drop target.

ondragover

Runs script when an element is being dragged over a valid drop target.

ondragstart

Runs script at start of a drag operation.

ondrop

Runs script when dragged element is being dropped.

onscroll

Runs script when an element's scrollbar is being scrolled.

How many drag event attribute(s) are there?

8

List All of the drag event attribute(s).

1) ondrag


2) ondragend


3) ondragenter


4) ondragleave


5) ondragover


6) ondragstart


7) ondrop


8) onscroll

How many HTML5 drag event attribute(s) are new to HTML?

8

Which HTML5 drag event attribute(s) are new to HTML?

1) ondrag


2) ondragend


3) ondragenter


4) ondragleave


5) ondragover


6) ondragstart


7) ondrop


8) onscroll

How many HTML drag event attribute(s) are not new in the 5th version of HTML?

0

Which HTML drag event attribute(s) are not new in the 5th version of HTML?

none