HTML project
<!DOCTYPE html>
<html>
<head>
<style>
h1 {color:grey;}
</style>
<head/>
<h1> Choice For Best Resturants In Karachi </h1>
<form>
<label> NAME </label><br>
<input type="text"><br>
<label> PROFESSION </label><br>
<input type="text"><br>
<label>AGE:</label><br>
<input type="integer"><br>
<label>Your choice </label><br>
<input type="radio">khyber shinwari <br>
<input type="radio">Bon Bistro <br>
<input type="radio">burger in law<br>
<input type="radio">del frio <br>
<input type="radio">kaybees <br>
<input type="text" value="submit">
Comments
Post a Comment