HTML5 track element question

前端 未结 6 1458
Happy的楠姐
Happy的楠姐 2020-12-11 23:13

Can someone explain what the track element in HTML is for in very simple terms?

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 23:28

    In the same way that a DVD can have multiple audio or video tracks, the element allows HTML5 video to do the same. This is primarily useful for things like adding subtitles.

提交回复
热议问题