HTML ????
?????? ????? ??? ?? ???? ??? ? ? ????.
???? ????? <div> ?? <table> ??? ???? ?? ?? ?? ? ????. CSS? ??? ????? ???? ??? ???? ??? ??? ? ?????.
<div> ??? ???? ????
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(php.cn)</title> </head> <body> <div id="container" style="width:500px"> <div id="header" style="background-color:#00FFFF;"> <h1 style="margin-bottom:0;">標題</h1></div> <div id="menu" style="background-color:#FFD700;height:200px;width:100px;float:left;"> <b>菜單</b><br> HTML<br> CSS<br> </div> <div id="content" style="background-color:#00FF00;height:200px;width:400px;float:left;"> 內(nèi)容</div> <div id="footer" style="background-color:#FF00FF;clear:both;text-align:center;"> 版權(quán) ? php.cn</div> </div> </body> </html>
????? ??? ??
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(php.cn)</title> </head> <body> <table width="500" border="0"> <tr> <td colspan="2" style="background-color:#FFA500;"> <h1>標題</h1> </td> </tr> <tr> <td style="background-color:#FFD700;width:100px;"> <b>菜單</b><br> HTML<br> CSS<br> </td> <td style="background-color:#eeeeee;height:200px;width:400px;"> 內(nèi)容</td> </tr> <tr> <td colspan="2" style="background-color:#FFA500;text-align:center;"> 版權(quán) ? php.cn</td> </tr> </table> </body> </html>
HTML ???? - ??? ?
?: CSS ??? ?? ? ??? CSS ??? ?? ??? ??? ???? ??? ?? ??? ? ????? ????. ?? ??? ???? ?? ???? ????? ??? ? ????. CSS? ?? ??? ????? CSS ????? ?????.
?: ?? ????? ??? ?? ??? ?? ???? ???? ???? ?? ?? ?????. ?? ??? ?? ??? ? ?? ?? ???? ???? ?? ????(??? ?? ??? ???? ????? ???? ???? ? ????).