close
放在head內
<head>
<style type="text/css">
p {
font-size:18;
}
</style>
</head>
<body>
<p>
這是字型大小為18
</p>
</body>
在HTML的標籤內加上css
<p style='font-size:18;'>這是字型大小為18</p>
全站熱搜
留言列表