上一页 1 ··· 9 10 11 12 13
摘要: 一、div制作网页 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>山东理工大学</title> <link rel="stylesheet" type="text/css" href="山东理工大学.css"/> </head 阅读全文
posted @ 2019-10-31 15:35 墨染千城 阅读(347) 评论(0) 推荐(0)
摘要: 一、简单的导航栏 <style type="text/css"> #big{ width: 100%; height: 60px; border top: 1px solid transparent; background-color: #7FFF00; } .small{ height: 50px 阅读全文
posted @ 2019-10-31 15:30 墨染千城 阅读(435) 评论(0) 推荐(0)
摘要: 1、嵌入网页 <iframe frameborder="0" src="https://www.baisu.com/" width="500" height="300"></iframe> 2、插入滚动图片 <marquee><img src="image/壁纸.jpg" width="500"he 阅读全文
posted @ 2019-10-31 15:11 墨染千城 阅读(2267) 评论(0) 推荐(0)
摘要: 一、代码 1.<form> </form>:建立表单元素 2.value :值 3.name:名称 4.get:显示提交 5.post:隐式提交 6.input type="text":文本框 7.input type="password":密码框 8.input type="hidden":隐藏域 阅读全文
posted @ 2019-10-22 16:50 墨染千城 阅读(1884) 评论(0) 推荐(0)
摘要: 一、代码 1.title:鼠标放到图片上面时显示的文字 2.<table> </table>:建立表格 3.cellspacing:表格中单元格与单元格之间的距离 4.cellpadding:表格中单元格内容与边框之间的距离 5.border:表格边框 6.<tr></tr>:行/单元格 7.<td 阅读全文
posted @ 2019-10-22 16:43 墨染千城 阅读(903) 评论(0) 推荐(0)
摘要: 一、简单网页部分 二、代码总结 1、字体尺寸为12px:font-size: 12px 2、上填充为0px、右填充为0px、下填充为0px、左填充为10px:padding:0 0 0 10px 3、鼠标变小手: cursor:pointer 4、鼠标变箭头: cursor:default 5、鼠标 阅读全文
posted @ 2019-10-21 16:42 墨染千城 阅读(864) 评论(0) 推荐(0)
摘要: 一、代码 1、背景设置为图片:<body style="background-image: url(image/back.jpg)> 2、字体大小:<font size="5"> 3、在div中使用id:<div id="名称"></div> 4、在样式表中间放入css内容:<style type= 阅读全文
posted @ 2019-10-19 16:37 墨染千城 阅读(19207) 评论(0) 推荐(0)
摘要: 一.快捷键 1、隐藏:ctrl+shift+? 2、保存:ctrl+s 3、复制:ctrl+c 4、粘贴:ctrl+v 5、撤销:ctrl+z 二.简单符号 1、标签,成对存在:< > 2、结束标签:</ > 3、大标题:<title> </title> 4、小标题(分为 h1-h6,标题大小不同) 阅读全文
posted @ 2019-10-19 08:32 墨染千城 阅读(13991) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13