久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      html如何在圖片下加條橫線

      在html中,可以利用border-bottom屬性來在圖片下加條橫線,該屬性可給圖片元素設(shè)置下邊框樣式,進而實現(xiàn)添加下橫線的效果,語法“圖片元素{border-bottom: 橫線粗細 solid 橫線顏色;}”。

      html如何在圖片下加條橫線

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

      在html中,可以利用border-bottom屬性來在圖片下加條橫線。

      border-bottom屬性可給元素添加下邊框,設(shè)置下邊框的大小、樣式和顏色。

      示例:

      <!DOCTYPE html> <html> 	<head> 		<meta charset="utf-8"> 		<style> 			.img{ 				border-bottom: 3px solid black; 			} 		</style> 	</head>  	<body> 		<img src="img/1.jpg" width="300px" /> 		<img src="img/1.jpg" width="300px" class="img" /> 	</body>  </html>

      html如何在圖片下加條橫線

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