标签:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <div> <div style="background-color: gray;width:500px;height:100px;"></div> <div style="background-color: green;width:500px;height:100px;">aaa<br>bbb<span>ccc <div><div id="ww" style="background-color: red;width:50px;height:100px;display: inline-block"></div></div> </span> </div> <div style="background-color: blue;width:500px;height:100px;"></div> </div> </body> </html>
标签:
原文地址:http://my.oschina.net/u/861926/blog/423194