BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="//cdn.staticfile.net/jquery/1.4.2/jquery.min.js"></script> <script> $(document).ready(function(){ $("body *").css("background-color","yellow"); }); </script> </head> <body> <h1>欢迎访问我的主页</h1> <p>外唐教程网</p> <p class="intro">学的不仅是技术,更是梦想!</p> <p>你喜欢哪个网站:</p> <ul id="choose"> <li>外唐教程网</li> <li>Google</li> <li>淘宝</li> </ul> </body> </html>
运行结果