css常见样式

2017-07-02  本文已影响0人  marmot_ning

CSS常见属性

块级元素和行内元素分别有哪些?动手测试并列出4条以上的特性区别

块级元素:div h1 h2 h3 h4 h5 h6 p hr form ul dl ol pre table li dd dt tr td th
行内元素:em strong span a br img button iput label select textarea code script 

块级元素与行内元素区别:

什么是 CSS 继承? 哪些属性能继承,哪些不能?

可以继承的属性
文本相关的属性:font-family,    /*字体类型,如宋体、微软雅黑、Arial等*/
font-size,             /*字体大小*/
 font-style,            /**/
line-height,font-variant, font-weight, font, letter-spacing,text-align, text-indent, texttransform, word-spacing
列表相关的属性:list-style-image, list-style-position,list-style-type, list-style,
重要属性:color,
azimuth, border-collapse, border-spacing,
caption-side, color, cursor, direction, elevation,empty-cells,  orphans, pitch-range,
pitch, quotes, richness, speak-header, speaknumeral,
speak-punctuation, speak, speechrate,
stress, 
visibility, voice-family, volume, whitespace,
widows,
不可继承的属性:
border, padding, margin, background-color, width, height, 

如何让块级元素水平居中?如何让行内元素水平居中? ###、

用 CSS 实现一个三角形

实现三角形

单行文本溢出加 ...如何实现?

文本溢出实现

px, em, rem 有什么区别

解释下面代码的作用?为什么要加引号? 字体里\5b8b\4f53代表什么?

    body{
  font: 12px/1.5 tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}

代码作业1
代码作业2
代码作业3
代码作业4
代码作业5

上一篇 下一篇

猜你喜欢

热点阅读