明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

html font標簽是什么?<font>標簽的屬性的詳細說明

[摘要]html font標簽是什么?<font>標簽的屬性的詳細介紹,本篇文章為大家介紹了html font標簽的定義和實例,還有關于html font標簽的三個常用屬性的詳解,最后給大家介紹的就是與font標簽有關的css樣式屬性,因為現(xiàn)在主流的是用css來給html添加一些常用的屬性,希...
html font標簽是什么?<font>標簽的屬性的詳細介紹,本篇文章為大家介紹了html font標簽的定義和實例,還有關于html font標簽的三個常用屬性的詳解,最后給大家介紹的就是與font標簽有關的css樣式屬性,因為現(xiàn)在主流的是用css來給html添加一些常用的屬性,希望你們能認真閱讀本章。

HTML<font>標簽的定義和用法:

HTML中<font>標簽意思是:規(guī)定文本的字體、字體尺寸、字體顏色。

<font>標簽常用的屬性有:color(文本顏色)、size(文本大。、face(文本字體)等

html font標簽的實例

規(guī)定文本字體、大小和顏色:

<font size="3" color="red">This is some text!</font>
<font size="2" color="blue">This is some text!</font>
<font face="verdana" color="green">This is some text!</font>

html font標簽的標準屬性:

id, class, title, style, dir, lang, xml:lang

HTML <font> 標簽的 color 屬性

html font標簽的color屬性的定義和用法:

color 屬性規(guī)定 font 元素中文本的顏色。

HTML <font> 標簽實例:

規(guī)定文本的顏色:

<font color="red">This is some text!</font>

html font標簽的color屬性的語法

<font color="value">

HTML <font> 標簽的 size 屬性

html font標簽的size屬性的定義和用法:

size 屬性規(guī)定 font 元素中文本的尺寸大小。

HTML <font> 標簽實例

規(guī)定文本的大小:

<font size="5">This is some text!</font>

html font標簽的size屬性的語法:

<font size="value">

html font標簽的size屬性的屬性值:

number : 規(guī)定文本的尺寸大小?赡艿闹担簭 1 到 7 的數(shù)字。瀏覽器默認值是 3。

HTML <font> 標簽的 face 屬性

html font標簽的size屬性的定義和用法:

face 屬性規(guī)定 font 元素中文本的字體。

HTML <font> 標簽實例

規(guī)定文本的字體:

<font face="verdana">This is some text!</font>

html font標簽的size屬性的語法:

<font face="value">

html font標簽的size屬性的屬性值:

font_family : 規(guī)定文本的字體。如需規(guī)定若干字體的優(yōu)先表,請使用逗號將字體名稱分開(比如 <basefont face="verdana,arial,sans-serif" />)。

與font標簽有關的css樣式屬性:

1、font-family 定義字體

font-family:"微軟雅黑","arial";

2、font-size 字體大小

font-size:18px;
font-size:150%;
font-size:xx-small,x-small,small,medium,large,x-large,xx-large;
font-size:smaller,larger;

3、font-style 字體樣式

font-style:normal,italic,oblique;

4、font-weight 字體粗細

font-weight:normal,bold,bolder,lighter,100-900;

5、font-variant 使輸入不受大小寫限制

font-variant: normal,small-caps;

最后,font屬性的簡寫

font:  bold italic 18px  arial ;

HTML 與 XHTML 之間的差異

在 HTML 4.01 中,font 元素不被贊成使用。

在 XHTML 1.0 Strict DTD 中,font 元素不被支持。

本篇文章到這就結(jié)束了,如果想要看進階版的,請點擊:html font標簽怎么設置字體樣式?利用CSS控制文字大小的方法

【相關推薦】

html5 audio標簽怎么用?html5 自動播放實現(xiàn)代碼實例

html strong標簽是什么意思?html中strong標簽的具體用法介紹

以上就是html font標簽是什么?<font>標簽的屬性的詳細介紹的詳細內(nèi)容,更多請關注php中文網(wǎng)其它相關文章!


網(wǎng)站建設是一個廣義的術語,涵蓋了許多不同的技能和學科中所使用的生產(chǎn)和維護的網(wǎng)站。