会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JAVA0328董斌
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
2018年3月30日
2018.3.30 边框应用与导航栏设置
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> /*制作三角形*/ #one{ width: 0px; height: 0px; border-top: 100
阅读全文
posted @ 2018-03-30 21:53 董呀么董
阅读(345)
评论(0)
推荐(2)
2018年3月29日
2018.3.29 网页中嵌套网页的两种方法
摘要: 第一种: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <marquee direction="right" style="color: royalblue;">随便看看</mar
阅读全文
posted @ 2018-03-29 21:09 董呀么董
阅读(754)
评论(0)
推荐(1)
2018.3.29 div内容格式设置
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ font-family: "微软雅黑"; } #a{ /*div宽度*/ width: 600px; /*di
阅读全文
posted @ 2018-03-29 21:03 董呀么董
阅读(372)
评论(0)
推荐(0)
2018.3.29 div格式设置
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*标签名查找,名称相同,格式相同*/ span{ color: coral; } /*id名查找,名称不可重复*/
阅读全文
posted @ 2018-03-29 20:59 董呀么董
阅读(491)
评论(0)
推荐(0)
2018.3.29 DIV位置调整代码
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*固定在页面某一位置*/ #a{ width: 20px; height: 20px; background-co
阅读全文
posted @ 2018-03-29 20:57 董呀么董
阅读(425)
评论(0)
推荐(0)
2018年3月28日
2018.3.28html学习笔记
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <b>加粗</b> <u>下划线</u> <i>倾斜</i> <p>一个段落</p> <a name="here">回到此处</a> <ol typ
阅读全文
posted @ 2018-03-28 20:48 董呀么董
阅读(315)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
公告