首頁 > web前端 > html教學 > HTMLTable布局_html/css_WEB-ITnose

HTMLTable布局_html/css_WEB-ITnose

WBOY
發布: 2016-06-24 11:41:52
原創
1146 人瀏覽過

 1 <DOCTYPE html> 2 <html> 3     <head> 4         <meta http-equiv="Content-Type" Content="text/html" charset="utf-8"/> 5         <title>table布局</title> 6     </head> 7     <body> 8         <table border="0" width="800px"> 9             <tr>10                 <td colspan="2" style="background-color:#99bbbb">11                     <h1>Main Title of The web page</h1>12                 </td>13             </tr>14             <tr valign="top" >15                 <td style="background-color:#ffff99;width:300px; height:400px;text-align:top;">16                     HTML<br/>17                     CSS<br/>18                     JavaScript<br/>19                     Jquery<br/>20                 </td>21                 <td style="background-color:#EE8888;text-align:top;width:500px;height:300px;">Content Goes here</td>22             </tr>23             <tr>24                 <td colspan="2" style="text-align:center; background-color:#CCCCCC">CopyRight W3CSchool.com.cn</td>25             </tr>26         </table>27     </body>28 </html>
登入後複製

效果图:

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板