<!DOCTYPE html> 告知瀏覽器使用HTML5
使用video標籤。
<video width="320" height="240" controls="controls"> <source src="movie.ogg" type="video/ogg"> <source src="movie.mp4" type="video/mp4"> Your browser does not support the video tag. </video>
使用audio標籤。
<audio controls="controls"> <source src="song.ogg" type="audio/ogg"> <source src="song.mp3" type="audio/mpeg"> Your browser does not support the audio tag. </audio>
Drag and Drop 拖放
要元素可以拖放,需將draggable屬性設定為true
<img draggable="true" />
沒有留言:
張貼留言