久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      html5怎樣設(shè)置嵌套內(nèi)p標(biāo)簽不換行

      在html5中,可用display屬性設(shè)置嵌套內(nèi)的p標(biāo)簽不換行顯示,該屬性的作用是規(guī)定元素生成框的類型,當(dāng)屬性的值設(shè)置為“inline”時(shí),元素前后沒有換行符就會(huì)不換行顯示,語(yǔ)法為“<p style="display:inline;">”。

      html5怎樣設(shè)置嵌套內(nèi)p標(biāo)簽不換行

      本教程操作環(huán)境:windows10系統(tǒng)、HTML5版、Dell G3電腦。

      html5怎樣設(shè)置嵌套內(nèi)p標(biāo)簽不換行

      display 屬性規(guī)定元素應(yīng)該生成的框的類型。

      該屬性部分屬性值如下:

      html5怎樣設(shè)置嵌套內(nèi)p標(biāo)簽不換行

      示例如下:

      <html> <head> <meta charset="utf-8">  <title>123</title> </head> <body> <div> <p style="display:inline;">這兩個(gè)段落生成內(nèi)聯(lián)盒子,和它的結(jié)果</p> <p style="display:inline;">這兩個(gè)元素之間沒有距離。</p> </div> </body> </html>

      輸出結(jié)果:

      html5怎樣設(shè)置嵌套內(nèi)p標(biāo)簽不換行

      推薦教程:《html視頻教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)