MS
moaz sassd
Employee Registration Form - Copy this React, Tailwind Component to your project
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF 8"> <meta name="viewport" content="width=device width, initial scale=1.0"> <title>Document</title> <link rel="stylesheet" href="style.css"> </head> <body> <hr> <img src="./Hydrangeas.jpg" alt="work" width="100%" height="200"> <hr> <center> <font size="2" color="gray">تسجيل بيانات الموظفين</font> <fieldset> <legend>تسجيل بيانات</legend> <label>اسم الموظف</label> <input type="text"><br> <label>رقم الموظف</label> <input type="tel"><br> <label>بريد الموظف </label> <input type="email"> </fieldset> </center> </body> </html>نسق لي هذا الكود بتنسيق احترافي جدا
Prompt
