الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <!-- هنا قمنا بتحديد أن إتجاه الصفحة الأساسي هو من اليمين إلى اليسار --> <html dir="rtl"> <body> <h2>تسجل الدخول</h2> <form action="/tryit/submitted" method="post"> <label for="username">إسم المستخدم</label> <input type="text" id="username" name="username"> <br><br> <label for="password">كلمة المرور</label> <input type="password" id="password" name="password"> <br><br> <input type="submit" value="دخول"> </form> </body> </html>