多段落分类样式:h3{color: green;text-align: center; }h5{color: red; }p{color: blue;text-indent: 2em; (首行缩进2个汉字)font-size: 30px;background-color: rgba(0,255,25 ...
分类:
Web程序 时间:
2018-05-15 00:31:29
阅读次数:
284
简明教程:https://ouweiya.gitbooks.io/markdown/ 另一份语法说明 https://www.appinn.com/markdown/basic.html 1.标题 代码 注:# 后面保持空格 # h1 ## h2 ### h3 #### h4 ##### h5 ## ...
分类:
其他好文 时间:
2018-05-13 00:33:23
阅读次数:
215
``` /*======== 全局 ========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; ... ...
分类:
Web程序 时间:
2018-05-09 01:13:31
阅读次数:
1764
<?php/** * Created by PhpStorm. * User: 63448 * Date: 2018/5/6 * Time: 21:56 */echo "<h3>强大的数组函数</h3> ";echo "<hr>";//数组的定义 $arr1 = array(); $arr2 = [ ...
分类:
编程语言 时间:
2018-05-06 23:29:58
阅读次数:
263
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{ margin: 0; padding: 0; } body{font-family: "Microsoft YaHei";font-siz ...
分类:
Web程序 时间:
2018-05-06 16:21:09
阅读次数:
224
转自http://www.cnblogs.com/liumobai/p/5005623.html css代码之所以初始化,是因为能尽量减少 各浏览器之间的兼容性问题!腾讯QQ官网 样式初始化 body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fields ...
分类:
Web程序 时间:
2018-05-01 12:33:55
阅读次数:
241
一、新增的结构元素 1、section元素表示页面中的一个内容区块,比如章节、页眉、页脚或页面中的其他部分。它可以与h1、h2、h3、h4、h5、h6等元素结合起来使用,标示文档结构。 h5中的代码事例:<section></section> h4中的代码事例:<div></div> 2、artic ...
分类:
Web程序 时间:
2018-04-29 19:59:33
阅读次数:
192
<p><small>© 众筹网<script>document.write(new Date().getFullYear());</script> </small></p> // 底部时间自动变 <p><h3><a href="tencent://message/?uin=26339926 ...
分类:
其他好文 时间:
2018-04-27 13:55:18
阅读次数:
138
h1 { counter reset: h2counter; } h2 { counter reset: h3counter; } h3 { counter reset: h4counter; } h4 { counter reset: h5counter; } h5 { counter reset ...
分类:
其他好文 时间:
2018-04-18 11:43:53
阅读次数:
943
SDN练习第一题 题目描述 实现网络拓扑: 具体要求: 南向接口采用OpenFlow 协议。 可查看网络的拓扑信息视图。 H1、H2、H3、H4 任意两两可互通。 实现思路 利用mininet可视化图形界面 miniedit 画出网络拓扑以及实现openflow协议,之后导出python脚本。 运行 ...
分类:
其他好文 时间:
2018-04-17 00:28:15
阅读次数:
642