الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <body> <p>By default, scripts are execute in the same order.</p> <!-- يقوم بإظهار رسالة عندما يتم تنفيذ الكود الموجود فيه sample.js هنا قمنا بتضمين الملف --> <script src="https://harmash.com/tutorials/html/tags/script/sample.js"></script> </body> </html>