Monday, February 20, 2023

<!DOCTYPE html>
<html>
<head>
<title>জন্ম নিবন্ধন ফর্ম</title>
</head>
<body>
<h1>জন্ম নিবন্ধন ফর্ম</h1>
<form>
<label for="name">নাম:</label>
<input type="text" id="name" name="name" required><br>

<label for="father-name">পিতার নাম:</label>
<input type="text" id="father-name" name="father-name" required><br>

<label for="mother-name">মাতার নাম:</label>
<input type="text" id="mother-name" name="mother-name" required><br>

<label for="date-of-birth">জন্ম তারিখ:</label>
<input type="date" id="date-of-birth" name="date-of-birth" required><br>

<label for="place-of-birth">জন্ম স্থান:</label>
<input type="text" id="place-of-birth" name="place-of-birth" required><br>

<label for="national-id">জাতীয় পরিচয়পত্র নং:</label>
<input type="text" id="national-id" name="national-id" required><br>

<label for="address">ঠিকানা:</label>
<textarea id="address" name="address" rows="4" cols="50" required></textarea><br>

<label for="phone-number">ফোন নম্বর:</label>
<input type="tel" id="phone-number" name="phone-number" required><br>

<input type="submit" value="সাবমিট">
</form>
</body>
</html>

জন্ম নিবন্ধন ফর্ম

জন্ম নিবন্ধন ফর্ম










শেয়ার করুন

Author:

Etiam at libero iaculis, mollis justo non, blandit augue. Vestibulum sit amet sodales est, a lacinia ex. Suspendisse vel enim sagittis, volutpat sem eget, condimentum sem.

0 coment rios: