2022年2月8日

link的使用(引入)

摘要: <!-- link作用(引入) --> <!-- 1.引入css --> <link rel="stylesheet" type="text/css" href="./css样式01.css"/> <!-- 2.引入小log --> <link rel="" href="http://www.mob 阅读全文

posted @ 2022-02-08 19:49 爱前端的小魏 阅读(300) 评论(0) 推荐(0) 编辑

css-插入音频视频

摘要: <!-- 插入视频音频(以下方式不常用) --> <embed src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fc-ssl.duitang.com%2Fuploads%2Fitem%2F202003%2F14%2F20200314 阅读全文

posted @ 2022-02-08 19:18 爱前端的小魏 阅读(572) 评论(0) 推荐(0) 编辑

css--针对图片某一个位置进行点击跳转

摘要: 针对图片某一位置,进行点击 <img src="../11/大图.jpg" alt="" usemap="#star"> usemap="属性值" map name="属性值" shape=“rect”矩形 coords=位置,xy轴位置 如下: <img src="../11/大图.jpg" al 阅读全文

posted @ 2022-02-08 19:16 爱前端的小魏 阅读(500) 评论(0) 推荐(0) 编辑

导航