<!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> div{ width:600px; height:300px; border:1px solid red; float:left; } </style> </head> <body> <div></div> <div></div> </body> </html>
数据分析师2017-09-30 22:53:29
I have written a piece of code, but the floating effect is not there, what is the situation? - PHP Chinese website Q&A - I have written a piece of code, but the floating effect is not there, what is the situation? - PHP Chinese website Q&A
Take a look around, Study it.