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

詳談div中的dispaly:inline樣式 與span的區(qū)別

[摘要]本篇文章主要詳談div中的dispaly:inline樣式 和span的區(qū)別,感興趣的朋友一起來了解以下吧!代碼如下:<span style="background-color:red;">xxx</span> <span style="...
本篇文章主要詳談div中的dispaly:inline樣式 和span的區(qū)別,感興趣的朋友一起來了解以下吧!

代碼如下:

<span style="background-color:red;">xxx</span> 
<span style="background-color:red;">xxx</span> 

 

 
<div style="background-color:red;display:inline">xxx</div> 
<div style="background-color:red;display:inline">xxx</div> 

 

 
<span style="background-color:red;">我是沒有間隔的</span><span style="background-color:red;">偉大的hutia,挖哈哈哈</span>

總結(jié):

一句話就是在CSS中通過display:inline-block對一個對象指定inline-block屬性,可以將對象呈遞為內(nèi)聯(lián)對象,但是對象的內(nèi)容作為塊對象呈遞。

相關(guān)推薦:

div與span有什么區(qū)別

在HTML的網(wǎng)頁布局里div與span有什么區(qū)別

jquery如何實現(xiàn)div與span的keydown事件詳解

html5中關(guān)于div與span html塊級元素的詳細介紹

div與span之間有什么區(qū)別分析解釋

以上就是詳談div中的dispaly:inline樣式 和span的區(qū)別的詳細內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!


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