久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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)站

      border在html中是什么意思

      border在html中的意思:border屬性是在一個(gè)聲明中設(shè)置所有邊框?qū)傩裕Z法為【Object.style.border=borderWidth borderStyle borderColor】。

      border在html中是什么意思

      本教程操作環(huán)境:windows7系統(tǒng)、html5版,DELL G3電腦,該方法適用于所有品牌電腦。

      border在html中的意思:

      border 屬性在一個(gè)聲明中設(shè)置所有邊框?qū)傩浴?/p>

      語法:

      Object.style.border=borderWidth borderStyle borderColor

      實(shí)例

      本例改變?cè)氐倪吙颍?/p>

      <html> <head> <style type="text/css"> p {  border: thin dotted #FF0000 } </style> <script type="text/javascript"> function changeBorder() { document.getElementById("p1").style.border="thick solid #0000FF"; } </script> </head> <body> <input type="button" onclick="changeBorder()" value="Change border" /> <p id="p1">This is a paragraph</p> </body> </html>

      相關(guān)學(xué)習(xí)推薦:html視頻教程

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