3.4.3居中標(biāo)記 html
提問人:劉團(tuán)圓發(fā)布時(shí)間:2020-11-03
如果希望網(wǎng)頁中的段落居中顯示,可以采用標(biāo)記<center>。該標(biāo)記也可以使圖片等網(wǎng)頁元素居中顯示。
基本語法:
<center>…</center>
<!--程序3-16-->
<html>
<head>
<title>居中對齊標(biāo)記</title>
</head>
<body>
<center>《關(guān)于我們》</center>
<center> </center>
<center>五十個(gè)不同的分子,在不同狀態(tài)下進(jìn)入了同一容器,這就組
成了我們的家——多媒體專業(yè)。<!--文字內(nèi)容自動居中對齊-->
</center>
<center> </center>
</body>
</html>
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點(diǎn)擊加載更多評論>>