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

      html input怎么設(shè)置虛線邊框樣式

      html input設(shè)置虛線邊框的方法:在input標(biāo)簽中使用style屬性,添加“border-style: dashed;”或者“border:寬度值 dashed 顏色值;”樣式;屬性值dashed用于定義一個(gè)虛線邊框。

      html input怎么設(shè)置虛線邊框樣式

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

      html input設(shè)置虛線邊框樣式

      <!DOCTYPE html> <html>  	<head> 		<meta charset="utf-8"> 	</head>  	<body> 		<input style="border-style:dashed;" /><br /> 		<input style="border:2px dashed red;" />  	</body>  </html>

      效果圖:

      html input怎么設(shè)置虛線邊框樣式

      說(shuō)明:

      1、html styles屬性

      style 屬性規(guī)定元素的行內(nèi)樣式(inline style)

      2、css border-style屬性

      border-style屬性設(shè)置一個(gè)元素的四個(gè)邊框的樣式。

      可以設(shè)置的屬性值及其顯示顏色(圖示):

      html input怎么設(shè)置虛線邊框樣式

      3、css border屬性

      border 簡(jiǎn)寫屬性在一個(gè)聲明設(shè)置所有的邊框?qū)傩浴?/p>

      可以按順序設(shè)置如下屬性:

      • border-width:規(guī)定邊框的寬度。

      • border-style:規(guī)定邊框的樣式。

      • border-color:規(guī)定邊框的顏色。

      如果不設(shè)置其中的某個(gè)值,也不會(huì)出問(wèn)題,比如 border:solid #ff0000; 也是允許的。

      (學(xué)習(xí)視頻分享:css視頻教程)

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