<html> <head> <title>网页字体大小选择切换代码丨www.update8.com</title> <script type="text/javascript"> function doZoom(size) {document.getElementById('zoom').style.fontSize=size+'px';} </script> </head> <body> <span id="zoom">这段文字是控制对象:欢迎光临『中国技术教程网』~!。www.update8.com</span> <a href="javascript:doZoom(16)">大</a> <a href="javascript:doZoom(14)">中</a> <a href="javascript:doZoom(12)">小</a> <div style="width:728px;margin:50px auto; overflow:hidden;"> <script type="text/javascript"><!-- google_ad_client = "ca-pub-6259241468270513"; /* 728*90 图片广告 */ google_ad_slot = "4067870451"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </body> </html>