2022年7月1日

css

摘要: 请给html模块的div元素加一个后伪元素,且后伪元素的宽度和高度都是20px,背景颜色为"rgb(255, 0, 0)" <style> div::after{ content:""; display:block; width:20px; height:20px; background:rgb(2 阅读全文

posted @ 2022-07-01 17:41 星野落 阅读(25) 评论(0) 推荐(0)

html

摘要: 具有当视频的媒体数据加载期间发生错误时执行某个方法事件的视频媒体标签。 <video src="" onerror="myfuction()"></video> 阅读全文

posted @ 2022-07-01 16:55 星野落 阅读(7) 评论(0) 推荐(0)

导航