Self review: Rate the media

Self review: Rate the media

  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