HTML中的style属性可以设置各种CSS样式,包括但不限于:
- 颜色:color
- 背景色:background-color
- 字体大小:font-size
- 字体样式:font-style
- 字体粗细:font-weight
- 字体系列:font-family
- 文本对齐方式:text-align
- 文本装饰:text-decoration
- 内边距:padding
- 外边距:margin
- 边框:border
- 宽度:width
- 高度:height
- 显示方式:display
- 浮动:float
- 定位:position
- 透明度:opacity
- 过渡效果:transition
以上是其中一些常见的CSS样式,可以通过style属性进行设置。值得注意的是,style属性中每个样式之间需要用分号进行分隔。
2023-05-16 23:48:25 更新