Menu
Coddy logo textTech
flag Ar iconالعربيةdown icon

Class container والمدخلات

الدرس 3 من 17 في دورة أكورديون الصور | مشروع Front-end على Coddy.

challenge icon

التحدي

سهل
  1. داخل "wrapper"، قم بإنشاء div باسم الفئة "container."
  2. داخل "container"، قم بإنشاء input مع:
    1. تعيين type إلى ‘radio’
    2. تعيين name إلى ‘slide’
    3. تعيين ID إلى ‘c1’

تأكد من التحقق من المدخل (input):

<input checked>

جرّب بنفسك

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

جميع دروس أكورديون الصور | مشروع Front-end