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

الخطوات

جزء من قسم Fundamentals في رحلة HTML على Coddy. الدرس 19 من 60.

challenge icon

التحدي

سهل

أضف عنواناً (h2) بالنص Steps:.

أضف قائمة بالخطوات في قائمة مرتبة (ol):

  1. Preheat the oven to 350°F (175°C).
  2. Mix the butter and sugar together in a bowl.
  3. Add the flour and chocolate chips, and mix well.
  4. Scoop the dough onto a baking sheet.
  5. Bake for 10-12 minutes or until golden brown.

جرّب بنفسك

<!DOCTYPE html>
<html>
    <body>
        <h1>Chocolate Chip Cookies</h1>
        <p>This is a simple recipe for making delicious chocolate chip cookies at home.</p>
        
        <h2>Ingredients:</h2>
        <ul>
            <li>1 cup of butter</li>
            <li>1 cup of sugar</li>
            <li>2 cups of flour</li>
            <li>1 cup of chocolate chips</li>
        </ul>
    </body>
</html>

جميع دروس Fundamentals

تدرّب بنفسك: Playground لـ Web