English [f?nt] American [fɑ:nt]

n. ??; ???(?? ?? ????); ?? ??

???: ??

?????? ?? ?? ???

??: ?? ?? ??? ?????.

??: ??Object.style.font=value

?????? ?? ?? ?

<html>
<head>
    <meta charset="UTF-8">
<script type="text/javascript">
function setFont()
{
document.getElementById("p1").style.font="italic bold 12px arial,serif";
}
</script>
</head>
<body>

<p id="p1">這是示例文字</p>

<input type="button" onclick="setFont()" value="Change paragraph style" />

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????