一 HTML核心元素 1、文本标题 <h1>一级标题</h1> <h2>二级标题</h2> <h3>三级标题</h3> ... <h6>六级标题</h6> 2、段落 <p>段落文本内容</p> 3、空格  ; 4、加粗 <b>加粗文本</b> <strong></strong> 5、强制换行
分类:
Web程序 时间:
2016-03-19 22:42:38
阅读次数:
178
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} input,select,textarea,samp {font-size:100%;} 看到一些css重设,请问设置font-size:100%的目的和作用是什么? 假如你设置body{f
分类:
其他好文 时间:
2016-03-17 08:29:03
阅读次数:
177
CSS: *{padding: 0;margin: 0;} ul,li{list-style: none;} .cont{ width: 600px; margin:30px auto; } .cont h3{ border-bottom: 2px solid #bbb; width: 100%; ...
分类:
Web程序 时间:
2016-03-15 20:56:49
阅读次数:
295
h2.Akka-构建与JVM上的高并发、分布式和可快速恢复的消息驱动应用的工具集h3.我们相信编写出正确的具有容错性和可扩展性的并发程序太困难了。这多数是因为我们使用了错误的工具和错误的抽象级别。Akka就是为了改变这种状况而生的。通过使用Actor模型我们提升了抽象级别,为构..
分类:
其他好文 时间:
2016-03-14 16:43:59
阅读次数:
234
@charset "utf-8";/* CSS Document */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl,
分类:
Web程序 时间:
2016-03-14 09:25:17
阅读次数:
129
body,dl,dd,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:12px;} ol,ul{margin:0;padding:0;list-style:none;} a{text-decoration:none;} img{border:none;}
分类:
Web程序 时间:
2016-03-09 10:37:12
阅读次数:
201
USE [H3]GO/****** Object: StoredProcedure [dbo].[sp_states_string] Script Date: 03/02/2016 08:37:50 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ON
分类:
其他好文 时间:
2016-03-02 09:30:32
阅读次数:
129
/***** 全局设置 *****/body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,dt,dl,dd,th,td,label,bottom,input,textarea{ margin:0;padding:0;}body{font-family:"宋体", arial;
分类:
Web程序 时间:
2016-02-28 12:29:51
阅读次数:
144
<style> /* clear default */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
分类:
Web程序 时间:
2016-02-26 18:55:35
阅读次数:
257
bootstrap的排版 1.标题 Bootstrap 中定义了所有的 HTML 标题(h1 到 h6)的样式 2.代码如下: <div class="container"> <h1>我是标题1</h1> <h2>我是标题2</h2> <h3>我是标题3</h3> <h4>我是标题4</h4> <h
分类:
其他好文 时间:
2016-02-26 16:50:23
阅读次数:
104