摘要: 浏览器兼容性:IE9以上以及其它现代浏览器均支持 <h2>音频播放</h2> <audio src="music.mp3" controls> 您的浏览器不支持audio元素 </audio> <h2>视频播放</h2> <video src="movie.mp4" controls> 您的浏览器不 阅读全文
posted @ 2020-02-18 12:03 Syinho 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 延迟脚本: 诸如以下的html文档: <!Doctype html> <html> <head> <title>延迟脚本</title> <script src="defer.js"></script> </head> <body> <div id="target"></div> </body> < 阅读全文
posted @ 2020-02-18 11:59 Syinho 阅读(313) 评论(0) 推荐(0) 编辑