日期:2014-05-17 浏览次数:20588 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>New Document</title> <style> .test1 { width: 400px; height: 60px; color: green; font-size: 30px; } .test2 { border: 1px dashed red; } </style> </head> <body> <div class="test1 test2">helloworld</div> </body> </html>