您好,登錄后才能下訂單哦!
這篇文章主要介紹了使用HTML布局web頁面的方法是什么,具有一定借鑒價值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓小編帶著大家一起了解一下。
一, 效果圖。
二,代碼。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>html 列表</title> </head> <body> <!--使用div元素的網頁布局--> <div id="container" style="width:500px"> <div id="header" style="">> <h2 style="margin-bottom:0">main title o f web page</h2> </div> <div id="menu" style="height:200px;width:100px;float:left"> <b>menu</b> <br> html <br> css <br> javascript </div> <div id="content" style="height:200px;width:400px;float:left"> ontent goes here </div> <div id="footer" style="clear:both;text-align:center"> Copyright ? W3CSchool.cc </div> <!--使用table元素的網頁布局--> <table width="500" border="0"> <tr> <td colspan="2" style="">> <h2>main title of web page</h2> </td> </tr> <tr> <td style="width:100px"> <b>menu</b> <br>html <br>css <br>javascript</td> <td style="height:200px;width:400px"> content goes here</td> </tr> <tr> <td colspan="2" style="text-align:center"> Copyright ? W3CSchool.cc</td> </tr> </table> </body> </html>
感謝你能夠認真閱讀完這篇文章,希望小編分享使用HTML布局web頁面的方法是什么內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。