效果
html代码
会员注册(带*号为必填项)
登录账号: *
登录密码: *
确认密码: *
邮 &nb...
分类:
其他好文 时间:
2015-07-20 16:41:47
阅读次数:
107
一、HTML 标签包括 块级元素(block)、内嵌元素(inline) 1、块级元素 一般用来搭建网站架构、布局、承载内容……它包括以下这些标签:address、blockquote、center、dir、div、dl、dt、dd、fieldset、form、h1~h6、hr、isindex、menu、noframes、noscript、ol、p、pre、table、ul 2、内嵌...
分类:
Web程序 时间:
2015-07-18 09:37:43
阅读次数:
155
1 html, address, 2 blockquote, 3 body, dd, div, 4 dl, dt, fieldset, form, 5 frame, frameset, 6 h1, h2, h3, h4, 7 h5, h6, noframes, 8 o...
分类:
其他好文 时间:
2015-07-17 00:00:55
阅读次数:
399
1.简单粗暴:*{margin:0;padding:0}不建议2.淘宝方式:body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, in...
分类:
Web程序 时间:
2015-07-16 18:38:32
阅读次数:
145
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0; }? table { border-collapse: collapse; border-spacing: 0; }? fieldset,i...
分类:
Web程序 时间:
2015-07-12 12:57:41
阅读次数:
215
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{margin:0;padding:0}body,button,input,sel...
分类:
其他好文 时间:
2015-07-07 19:15:19
阅读次数:
113
CCA
names(CCA)
CCB
names(CCA)
CC
barplot(t(CC), beside = TRUE,legend = c("tomcat", "netty"),
width = c(10, 10), args.legend = list(x = "topleft", cex=1),
xlim = c(0, 50),ylim = c(0, 10000),c...
分类:
编程语言 时间:
2015-07-03 10:34:35
阅读次数:
218
有人问过这样一个问题:为啥div不能放到p标签里面呢
只能说这是规定,哈哈
下面入主题
块级元素---h1,h2,h3,h4,h5,h6,hr,div,fieldset,form,dl,address,ol,p,table,ul,pre等常见
内联元素---a,b,br,em,i,img,input,strong,textarea,span,label等常见
那么区别呢?
块级元素一般...
分类:
Web程序 时间:
2015-06-30 13:07:09
阅读次数:
156
1、浏览器默认的margin和padding不同。解决方案:将标签的margin和padding值重置为0;body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;p...
分类:
其他好文 时间:
2015-06-29 22:02:27
阅读次数:
113
多看文档少走弯路,学好ccflow受益一生。 进入流程设计器 进入应用程序方式登录... ...
分类:
其他好文 时间:
2015-06-24 17:59:27
阅读次数:
128