Skip to main content

Command Palette

Search for a command to run...

Self review: Rate the media

Updated
1 min read
Self review: Rate the media
D

A passionate full-stack developer from @ePlus.DEV

  1. When you clicked the play button on the video, what was the result?

    • The video started playing. 

    • The video did not play.

  2. You used the range type for the ratings input field. How did you define its possible values? Select all that apply.

    • Using the min attribute 

    • Using the max attribute 

    • Using a datalist element

  3. Which element specified which video file to be played?

    • The video element

    • The src element

    • The source element