如何用JavaScript设置字体的粗体?
使用JavaScript中的fontWeight属性设置字体粗体。
示例
您可以尝试运行以下代码以使用JavaScript设置字体的粗体-
<!DOCTYPE html>
<html>
<body>
<h1>Heading 1</h1>
<p id="myID">
This is Demo Text.
</p>
<button type="button" onclick="display()">Set Font Family and Font Weight</button>
<script>
function display() {
document.getElementById("myID").style.fontFamily = "verdana,sans-serif";
document.getElementById("myID").style.fontWeight = "800";
}
</script>
</body>
</html>热门推荐
10 元旦祝福语 简短独特群发
11 姐姐生日精简祝福语简短
12 打麻将祝福语简短英文
13 公司的祝福语简短2026
14 俄语随口祝福语简短版
15 女儿出阁的祝福语简短
16 新婚老人祝福语简短大全
17 对情侣朋友祝福语简短
18 过年送礼祝福语简短精辟