<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <style type="text/css"> <!-- body {font-size:14px} --> </style> <title>字體大中小代碼&字號縮放代碼-開優網絡</title> </head> <body> <script type="text/javascript"> function doZoom(size) { var zoom = document.all ? document.all['Zoom'] : document.getElementById('Zoom'); zoom.style.fontSize = size + 'px'; } </script> 字體大小:<a href="javascript:doZoom(12)">小</a> <a href="javascript:doZoom(14)">中</a> <a href="javascript:doZoom(16)">大</a> <br /><br /> <div id="Zoom">南昌開優網絡是一支專業的網站建設團隊,以客戶的價值觀為基準、以實現客戶資源展示為核心的設計理念,打造南昌獨一無二的網站建設平臺。</div> <br /> <p>查找更多代碼,請訪問:<a target="_blank">開優網絡</a></p> </body> </html>