DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> HTML基礎知識 >> HTML5教程 >> html字體怎麼設置
html字體怎麼設置
編輯:HTML5教程     

設置文字字體

<html>

<body>

<h1 style="font-family:verdana">A heading</h1>

<p style="font-family:courier">A paragraph</p>

</body>

</html>

設置文字尺寸

<html>

<body>

<h1 style="font-size:150%">A heading</h1>

<p style="font-size:80%">A paragraph</p>

</body>

</html>

設置字體顏色

<html>

<body>

<h1 style="color:blue">A heading</h1>

<p style="color:red">A paragraph</p>

</body>

</html>

設置文字的字體、字體尺寸、字體顏色

<html>

<body>

<p style="font-family:verdana;font-size:80%;color:green">

hello world

</p>

</body>

</html>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved