上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页
摘要: <style> .red{ color:red } .green{ color: green; } .blue{ color: blue; } .underline{ text-decoration: underline; } </style></head><body><ul> <li class= 阅读全文
posted @ 2018-12-13 21:59 lujieting0 阅读(290) 评论(0) 推荐(0) 编辑
摘要: <style> .red{ color: red; } .green{ color: green; } .blue{ color: blue; } </style></head><body><ul> <li>请选择</li> <li class="red">前端</li> <li class="gr 阅读全文
posted @ 2018-12-13 21:58 lujieting0 阅读(119) 评论(0) 推荐(0) 编辑
摘要: !--embed:可以直接插入音频视频,本质是通过本机安装的音频视频播放软件来播放的。要求必须已经安装了这些软件 兼容性--><!--flash: 1.先学习flash,增加使用成本 2.iphone,ipd,不支持flash--><!--audio:音频--><!--src:播放文件的路径cont 阅读全文
posted @ 2018-12-13 21:57 lujieting0 阅读(231) 评论(0) 推荐(0) 编辑
摘要: <form action=""> <fieldset> <legend>学生档案</legend> <label for="userName">姓名:</label> <input type="text" name="userName" id="userName" placeholder="请输入您 阅读全文
posted @ 2018-12-13 21:55 lujieting0 阅读(179) 评论(0) 推荐(0) 编辑
摘要: <!--max:最大值value:当前进度值--><progress max="100" value="100"></progress><!--度量器:衡量当前进度值--><!--high:规定的较高的值<!--high:规定的较高的值low:规定的较低的值max:最大值min:最小值value:当 阅读全文
posted @ 2018-12-13 21:54 lujieting0 阅读(162) 评论(0) 推荐(0) 编辑
摘要: <form action=""> 用户名:<input type="text" name="userName" id="userName"><br> 电话:<input type="tel" name="userPhone" id="userPhone" pattern="^1\d{10}$"> < 阅读全文
posted @ 2018-12-13 21:53 lujieting0 阅读(443) 评论(0) 推荐(0) 编辑
摘要: <form action=""> 用户名:<input type="text" name="userName"> <br> 密码:<input type="password" name="userPwd"> <br> <!--email提供了默认的电子邮箱的完整验证:要求必须包含@符号,同时必须包含 阅读全文
posted @ 2018-12-13 21:52 lujieting0 阅读(512) 评论(0) 推荐(0) 编辑
摘要: <form action=""> <!--专业: <select name="" id=""> <option value="1">前端与移动开发</option> <option value="2">java</option> <option value="3">javascript</optio 阅读全文
posted @ 2018-12-13 21:52 lujieting0 阅读(267) 评论(0) 推荐(0) 编辑
摘要: <!--语义化标签兼容--><script src="html5shiv.min.js"></script><!--可以用了代替div并不需要class--><header>头部</header><nav>导航</nav><main> <article>主体内容(左边)</article> <asi 阅读全文
posted @ 2018-12-13 21:51 lujieting0 阅读(134) 评论(0) 推荐(0) 编辑
摘要: <style> *{ margin: 0; padding: 0; list-style:none; } div{ width: 1200px; height: 400px; border:2px solid #000; margin: 100px auto; } li{ width: 240px; 阅读全文
posted @ 2018-12-12 20:34 lujieting0 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页