此屬性對於 currentStyle 對象而言是唯讀的。對於其他對象而言是可讀寫的。
基本介紹
- 中文名:font-size
- 版本:CSS1
- 兼容性:IE4+ NS4+
- 繼承性:有
- 對應的腳本:特性為 fontSize
語法
說明
默認值: | medium |
---|---|
繼承: | yes |
版本: | |
JavaScript 語法: | object.style.fontSize="larger" |
此屬性對於 currentStyle 對象而言是唯讀的。對於其他對象而言是可讀寫的。
默認值: | medium |
---|---|
繼承: | yes |
版本: | |
JavaScript 語法: | object.style.fontSize="larger" |
font-size : xx-small | x-small | small | medium | large | x-large | xx-large | larger | smaller | length取值:xx-small : 絕對字型尺寸。根據...
font-size-adjust,設定或檢索用於對象中文本的字型名稱序列是否強制使用同一尺寸。...... font-size-adjust,設定或檢索用於對象中文本的字型名稱序列是否強制使用同一...
body,table,tr,td { font-family: "Times New Roman", Times; font-size: 18pt; } table { border-collapse: collapse; } </style> </head> <body> ...
font - size: 80px;font - weight: bold;background: #ddd;width: 30px;}.test.normal p {font - stretch: normal;}.test.condensed p {...
<BASEFONT SIZE> 更改預設字形大小<BIG> 顯示大字型<BLINK> 閃爍的文字<BR> 換行網頁代碼區斷標記 <hr>水平線<hr size='9'>水平線(設定大小)...
style="font-size: 12px; color: rgb(17,17,17); line-height: 19px; font-family: Arial, Helvetica, sans-serif"> 《本陣殺人事件》: style="font-...
正確style="font-size:9pt"錯誤<img src=bg.gif width=140 height=30 alt=text />正確<img src="bg.gif" width="140" height="30" alt="text" />...
font-family:arial,宋體,sans-serif; font-size:14px; line-height:25px; text-indent:30px; ”>中國<span style“font-family:arial,宋體,sans-serif; ...
css的使用有多種方式,一是嵌入式,即在html標籤中直接定義樣式表,如下所示:<p style="font-family:arial;font-size:16px;font-weight:bold;">Outside now ...
h1 { font-family: “Arial”; font-size: 12pt; color: #993300 } –></style>通過以上設定,就把文字的字型、字型大小、顏色、背景色等統一起來,不用對...
為了簡化font-size的換算,需要在css中的body選擇器中聲明Font-size=62.5%,這就使em值變為16px*62.5%=10px, 這樣12px=1.2em, 10px=1em, 也就是說只需要...
note { font-family:Verdana, Arial; margin-left:30px; } to { font-size:28px; display: block; } from { font-size:28px; display: block; } ...
<font size="" color=""></font> 設定字型大小從1到7,顏色使用名字或RGB(中文全稱:紅綠藍)的十六進制值<BASEFONT></BASEFONT>基準字型標記...
.clear{ height:0px;font-size:0;clear:both;}/*清浮動1.給父級也加浮動2.給父級加display:inline-block3.在浮動元素下加<div class="clear"></div>...
font-weight: normal; font-size: 100%; } q:before,q:after { content:''; } abbr,acronym { border: 0; }以及國外名人Eric Meyer的CSS Reset V1.0|...
#sidebar p { font-style: italic; text-align: right; margin-top: 0.5em; }#sidebar h2 { font-size: 1em; font-weight: normal; font-style: ...
<font></font>;文本標識的開始和結束屬性:face=字型color=顏色<b></b>;加粗文字標識的開始和結束屬性:style=font-size:40pt;,用樣式表方式控制字型大小,這裡...
<input type=”submit”value=”確定”name=”B1“style=”FONT-FAMILY:宋體;FONT-SIZE:10pt”>; 確定按鈕完成輸入數據的提交...
font-size: 12pt}p:first-line{color: #0000FF;font-variant:small-caps;}<p>Some text that ends up on two or more lines</p>在上面的例子中,瀏覽器...
p { font-style: italic ! important }p { font-size: 24pt }css important瀏覽器識別 ie7,ie8,firefox,chrome等高端瀏覽器下,已經可以識別 !important屬性,...
<style><!-- body {font-family:"宋體";color="blue";font-size="9pt"} --> </style> <script language="JavaScript"> //.innerHTML function innerHTML...
<!--example1.hta--> <html> <head> <title>第一個HTA的例子</title> <style> p{font-size:24;cursor:hand} </style> </head> <body> <center> <...