位置:首頁 > 軟件操作教程 > 編程開發(fā) > HTML > 問題詳情

3.2.1普通文字標記 html

提問人:劉團圓發(fā)布時間:2020-11-03

利用<font>可以對網(wǎng)頁文字的字體、字號、顏色進行定義。

   基本語法:

   <font face=" " size=" " color=" " >…</font>

<!--程序3-6-->

<html>

<head>

<title>設(shè)置文字的字體、字號、顏色</title>

</head>

<body>

<center>

<font face=“黑體” size=6 color=“red” >我們是一個團體,

不會丟下誰,不會落下誰。共同奮進!!</font> 

</center>

</body>

</html> 

image.png


繼續(xù)查找其他問題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部