abstrak:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>This is 
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>This is a demo</title> <style> div{ width: 100%; overflow: auto; } #p1{ width:150px; height:1000px; float: left; background-color: red; text-align: center; } #p2{ background-color: yellow; height:1000px; margin-left: 150px; margin-right: 230px; text-align: center; } #p3{ width:230px; height: 1000px; float:right; background-color: blue; text-align: center; } </style> </head> <body> <div> <p id="p1">左導航欄</p> <p id="p3">中間內(nèi)容</p> <p id="p2">右導航欄</p> </div> </body> </html>
Guru membetulkan:天蓬老師Masa pembetulan:2019-07-06 13:13:40
Rumusan guru:浮動的使命, 就是為了布局......