放在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>


arrow
arrow
    全站熱搜

    Roger 發表在 痞客邦 留言(0) 人氣()