标签归档:属性
CSS 属性百分比值的相对元素
width、max-width、min-width、height、max-hei … 继续阅读
HTML5全局属性一览
HTML5 规定了一些属性可以在所有 HMTL 元素上应用,称之为全局属性,而只能在部分 HTML 元素上应用的就是局部属性。HTML5 中的全局属性有:accesskey、class、contenteditable、contextmenu、data-*、dir、draggable、dropzone、hidden、id、lang、spellcheck、style、tabindex、title。 继续阅读
CSS3阴影box-shadow属性使用总结
使用 CSS3 的 box-shadow 属性,可以实现给元素添加阴影的效果。
语法:
box-shadow: offset-x offset-y blur spread color inset;
HTML input标签的type属性值有哪些?
HTML input 标签的 type 属性值有:button、checkbox、color、date、datetime、datetime-local、month、week、time、email、file、hidden、image、number、password、radio、range、reset、search、submit、tel、text、url。
其中,HTML5 新增的有:color、date、datetime、datetime-local、month、week、time、email、number、range、search、tel、url。 继续阅读
CSS中可继承/不可继承的样式属性
可以继承的样式属性:font、font-style、font-variant、font-weight、font-size、font-family、line-height、color、letter-spacing、word-spacing、white-space、text-align、text-indent、direction、visibility、cursor、list-style、list-style-type、list-style-position、list-style-image、border-collapse。
其它样式属性均不可以继承。 继续阅读