fontStyle 属性设置或返回字体样式是正常、斜体还是倾斜。
Property | |||||
---|---|---|---|---|---|
fontStyle | Yes | Yes | Yes | Yes | Yes |
返回 fontStyle 属性:
object.style.fontStyle
设置字体样式属性:
object.style.fontStyle = "normal|italic|oblique|initial|inherit"
Value | Description |
---|---|
normal | Font is normal. This is default |
italic | Font is in italic |
oblique | Font is in oblique |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 普通的 |
---|---|
返回值: | 一个字符串,表示元素中文本的字体样式 |
CSS版本 | CSS1 |
可能值的演示:
var listValue = selectTag.options[selectTag.selectedIndex].text;
document.getElementById("demo").style.fontStyle = listValue;
亲自试一试 »
CSS教程:CSS 字体
CSS 参考:字体样式属性
HTML DOM 参考:字体属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!