字体:
font-family:黑体,"Times New Roman"
意义为:如果有黑体就用黑体,否则用后面的字体,如果都没有用浏览器默认字体。

文字大小:
font-size:0.5(in,cm,mm,pt,pc)

文字颜色:
color:blue

文字粗细:
font-weight:600(lighter,bold)

斜体:
font-style:italic

英文字母大小写:
text-transform:captialize,lowercase,uppercase

下划线,顶划线,删除线
text-decoration:underline,overline,line-though

段落垂直对齐方式:
vertical-align:top,bottom,middle

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-11-18
  • 2021-12-10
  • 2021-12-03
  • 2021-11-12
猜你喜欢
  • 2021-12-14
  • 2021-05-06
  • 2021-07-08
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案