<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .c1{ height:300px; width:500px; } </style> </head> <body> <div class="c1">中国</div> <div>联通</div> </body>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .c1{ height:300px; width:500px; } </style> </head> <body> <div class="c1">中国</div> <div>联通</div> </body>