You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/HTML/Patient.html

37 lines
942 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/VIEW/CSS/Doctor.css">
<title>Appointment</title>
</head>
<body>
<class id ="navbar">
<form action="">
<center> <h1>Appointment Form</h1> <br>
<label for="">Patient's Name</label>
<input id="text">
<br> <br>
<label for ="">Home Address</label>
<input id= "text">
<br><br>
<label for=""> Phone number</label>
<input id="text">
<br> <br>
<p>Time booking</p>
<label for="">10 AM</label>
<input type="radio"><br>
<label for="">12 AM</label>
<input type="radio">
<br>
<label for="">3 PM</label>
<input type="radio">
<br><br>
<input type="submit" name="Register"
</body>
</class>
</html>