【代碼筆記】Web-CSS-CSS盒子模型

一,效果圖。css

 

二,代碼。html

複製代碼
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS 盒子模型</title> <style> div.ex { width: 220px; padding: 10px; border: 5px solid gray; margin: 0px; } </style> </head> <body> <img src="w3css.gif" width="250" height="250" /> <div class="ex">the picture above is 250px wide.the total width of this element is also 250px.</div> </body> </html>
複製代碼

 

參考資料:《菜鳥教程》ide

相關文章
相關標籤/搜索