上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 预览效果: 源码演示: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Login</title> <script> function valid(){ var pwd1 = document.getElem 阅读全文
posted @ 2021-12-12 22:11 博客zhu虎康 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 添加背景音乐 <!-- 音乐开始 --> <div style="display:none" ;class="music"> <audio controls="controls" autoplay="autoplay" loop=-1> <source src="../mp3/卡农.mp3" typ 阅读全文
posted @ 2021-12-11 20:49 博客zhu虎康 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 效果预览: 源码演示: login.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Login</title> <link rel="stylesheet" type="text/css" href 阅读全文
posted @ 2021-12-11 20:16 博客zhu虎康 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 效果: 源码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .hide{ display: none; } .c1{ position: fixed; top: 阅读全文
posted @ 2021-12-10 14:27 博客zhu虎康 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 打字机效果 效果预览 源码演示 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="v 阅读全文
posted @ 2021-12-05 20:40 博客zhu虎康 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 今天听歌,越听越好听,就突发奇想想要将下载“喜马拉雅”音频文件,经过搜索以及询问大神后,总结如下 第一步:首先打开网页版,选择自己想要下载的节目 这里我以我想要听得节目为例 https://www.ximalaya.com/sound/306787131 第二步:按F12打开开发者工具,然后选择ne 阅读全文
posted @ 2021-12-01 16:31 博客zhu虎康 阅读(1331) 评论(0) 推荐(0) 编辑
摘要: 预览: 源码: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>实践题 - 选项卡</title> <style type="text/css"> /* 标签和文本结合区域效果制作: 1.用ul做分类标签 2 阅读全文
posted @ 2021-10-29 15:40 博客zhu虎康 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 制作一个表格,显示班级的学生信息。 要求: 鼠标移到不同行上时背景色改为色值为 #f2f2f2,移开鼠标时则恢复为原背景色 #fff 点击添加按钮,能动态在最后添加一行 点击删除按钮,则删除当前行 预览 源码: <!DOCTYPE html> <html> <head> <title> new do 阅读全文
posted @ 2021-10-29 15:15 博客zhu虎康 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 制作一个跳转提示页面: 要求: 如果打开该页面后,如果不做任何操作则5秒后自动跳转到一个新的地址,如百度网主页。 如果点击“返回”按钮则返回前一个页面。 预览: <!DOCTYPE html> <html> <head> <title>浏览器对象</title> <meta http-equiv=" 阅读全文
posted @ 2021-10-29 14:18 博客zhu虎康 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 预览: <!DOCTYPE html> <html> <head> <title> 事件</title> <script type="text/javascript"> function count(){ //获取第一个输入框的值 //获取第二个输入框的值 //获取选择框的值 //获取通过下拉框来选 阅读全文
posted @ 2021-10-29 10:48 博客zhu虎康 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页