Friday, August 4, 2023

Making Job Form In .HTML

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <center>JOB FOAR</center>
   <form action="">
     Name: <input type="text"><br><br>
    Gender: <input type="text> <br><br>
    Age: <input type="text"> <br><br>
    Qualification: <input type="text"> <br><br>
    City: <input type="text"> <br><br>
    Religion: <input type="text"> <br><br>
    CNIC <input type="text"> <br><br>
    Contact No: <input type="text"> <br><br>
   </form>
</body>
</html>

No comments:

Post a Comment

Digital Clock using html , java , CSS

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < met...