الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <body> <p>Click on the following summary to view or hide the details.</p> <!-- لجعل كل محتواه ظاهراً بشكل إفتراضي <details> للوسم open أضفنا الخاصية --> <details open> <summary>Computer Science</summary> <p>Computer Science is the study of computers and computational systems. Unlike electrical and computer engineers, computer scientists deal mostly with software and software systems; this includes their theory, design, development, and application.</p> </details> </body> </html>