fontStyle 屬性設(shè)置字體的風(fēng)格。
Object.style.fontStyle=normal|italic|oblique
值 | 描述 |
---|---|
normal | 默認(rèn)。瀏覽器顯示一個(gè)標(biāo)準(zhǔn)的字體。 |
italic | 瀏覽器會(huì)顯示一個(gè)斜體的字體。 |
oblique | 瀏覽器會(huì)顯示一個(gè)傾斜的字體。 |
本例向文本添加斜體樣式:
<html>
<head>
<script type="text/javascript">
function setFontStyle()
{
document.getElementById("p1").style.fontStyle="italic";
}
</script>
</head>
<body>
<p id="p1">This is an example paragraph.</p>
<input type="button" onclick="setFontStyle()"
value="Change font-style" />
</body>
</html>
如對本文有疑問,請?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會(huì)為你解答??! 點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)