追加の詳細を定義します
5. フレーム
(1)フレーム構造タグ< frameset>画面上の各列が占める領域
<head> <style> #header { background-color:black; color:white; text-align:center; padding:5px; } #nav { line-height:30px; background-color:#eeeeee; height:300px; width:100px; float:left; padding:5px; } #section { width:350px; float:left; padding:10px; } #footer { background-color:black; color:white; clear:both; text-align:center; padding:5px; } </style> </head>
ログイン後にコピー
タグと