العربية
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- أكمل كود HTML--> <html > <head> <title> تغيير لون منطقة معينة في صفحة الويب</title> <style> .a{background-color:blue;} .b{background-color:white;} </style> <script> function colorOn() { if(document.getElementById("c").className=="a") document.getElementById("c").className="b"; else document.getElementById("c").className= " a"; setTimeout("colorOn()",190) } </script> </head> <body onload="colorOn()"> <span id=c style="position:absolute;top:20pt;left : 100pt;width=530;height=25;">إشعار معهد نانيانغ للتكنولوجيا: سيتم تأجيل الاختبار التوضيحي لـ Microsoft إلى أبريل 2005</span> </body> </html> <br><br><br> < p ><font color=red>// المؤلف: مدرسة البرمجيات، معهد نانيانغ للتكنولوجيا، رن بينيو جهة الاتصال: 0377-3114024، 0373-7916269 </font></p>