الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <body> <p>Click on the following summary to view or hide the details.</p> <!-- يمكن النقر <summary> النص الموضوع بداخل الوسم <details> عليه لرؤية باقي المحتوى الموضوع في الوسم --> <details> <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>