如何使用JavaScript设置文本的字体大小?
要设置字体大小,请使用JavaScript中的fontSize属性。您可以尝试运行以下代码以使用JavaScript设置文本的字体大小-
示例
<!DOCTYPE html>
<html>
<body>
<h1>Heading 1</h1>
<p id = "myID">
This is Demo Text. This is Demo Text. This is Demo Text. This is Demo Text.
This is Demo Text. This is Demo Text. This is Demo Text. This is Demo Text.
</p>
<button type = "button" onclick = "display()">Set Font Family and Size</button>
<script>
function display() {
document.getElementById("myID").style.fontFamily = "verdana,sans-serif";
document.getElementById("myID").style.fontSize = "smaller";
}
</script>
</body>
</html>热门推荐
10 身体康复的祝福语简短
11 上嫂子生日祝福语简短
12 三八简短祝福语给婆婆
13 很暧昧的简短祝福语
14 离校退群祝福语简短
15 男朋友祝福语简短新年
16 同事男生节祝福语简短
17 新年简短的祝福语爱情
18 中秋快乐祝福语简短的