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

Label و class row

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

challenge icon

التحدي

سهل
  1. أسفل الـ input، قم بإنشاء وسم label واحد يحتوي على:
    1. ضبط for على "c1"
    2. ضبط class على "card"
    3. ضبط ID على "one"
  2. داخل الـ label، قم بإنشاء div واحد بـ class name هو 'row'.

جرّب بنفسك

<!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