yasin
 

 W3C  CSS Valid 

 RSS  1.0 

 Google  Me 

 MSN  huangmj@mx.cei.gov.cn 

 QQ  379945116 

 ___________________________________________________________________________________________


v 必须在html编辑状态下编辑代码。

v 每个按钮都是由两个Span元素构成。

v Span元素通过Style属性控制样式,主要设置如下:

font-size(字体大小):数值;

font-weight(字体粗细):normal、bold、bolder、lighter;

font-family(字体类型):Arial、Tahoma、Verdana、仿宋_GB2312、黑体、楷体_GB2312、隶书、宋体、幼圆;

background(背景颜色):色彩代码;

color(字体颜色):色彩代码;

border(边框)、border-top(上边框)、border-bottom(下边框)、border-left(左边框)、border-right(右边框):宽度、类型和颜色,类型主要支持以下几种:none,dotted,dashed,solid,double,groove,ridge,inset,window-inset,outset;


<p><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid #06c; background: white; color: #06c">&nbsp;W3C&nbsp;</span><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid #06c; background: #06c; color: white;">&nbsp;CSS&nbsp;Valid&nbsp;</span></p>

<p>  <span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid orange; background: white; color: #c60">&nbsp;RSS&nbsp;</span><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid orange; background: orange; color: black">&nbsp;1.0&nbsp;</span></p>
<p>

  <span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid green; background: white; color: green">&nbsp;Google&nbsp;</span><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid green; background: green; color: white">&nbsp;Me&nbsp;</span></p>

<p><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid #006; background:#ccf; color:#006">&nbsp;MSN&nbsp;</span><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid #006; background:#006; color:white">&nbsp;huangmj@mx.cei.gov.cn&nbsp;</span></p>

<p><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid #dd9; background:#003; color:#ffc">&nbsp;QQ&nbsp;</span><span style="font-size: 9px; font-weight: bold; font-family: Verdana; border: 1px solid #dd9; background:#dd9; color:black;">&nbsp;379945116&nbsp;</span></p>

分类:

技术点:

相关文章: