fix: add closing section tag (#38094)

This commit is contained in:
Ahmad Abdolsaheb
2020-01-21 16:45:31 +03:00
committed by GitHub
parent 10a2b06bae
commit 64286b4f13

View File

@@ -13,6 +13,7 @@ localeTitle: إضافة منتقي تاريخ يسهل الوصول إليه
<label for="input1">أدخل تاريخًا:</label> <label for="input1">أدخل تاريخًا:</label>
<input type="date" id="input1" name="input1"> <input type="date" id="input1" name="input1">
``` ```
</section>
## Instructions ## Instructions
<section id="instructions"> يقوم كامبر كات بإعداد بطولة مورتال كومبات ويريد أن يطلب من منافسيه معرفة التاريخ الأفضل. إضافة علامة <code>input</code> تحتوي على سمة <code>type</code> من &quot;date&quot; ، وسمة <code>id</code> من &quot;pickdate&quot; ، وسمة <code>name</code> من &quot;date&quot;. </section> <section id="instructions"> يقوم كامبر كات بإعداد بطولة مورتال كومبات ويريد أن يطلب من منافسيه معرفة التاريخ الأفضل. إضافة علامة <code>input</code> تحتوي على سمة <code>type</code> من &quot;date&quot; ، وسمة <code>id</code> من &quot;pickdate&quot; ، وسمة <code>name</code> من &quot;date&quot;. </section>