الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> </head> <body> <h2>External JavaScript</h2> <p id="demo">This text will be changed when the script is executed.</p> <script src="/tutorials/javascript/getting-started/script.js"></script> </body> </html>