lOMoARcPSD|14409931
// all about htlm forms
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form method="get" action="storedata.php"> <!--put or get -->
<div><label> First Name:</label> <input type="text" value="Enter Your First Name" /></div>
<p><label>Last Name:</label> <input type="text" value="Enter your Last Name" /></p>
<label>Age:</label> <input type="number" min="0" max="200" step="3" value="18" /><br /><br />
<label>Date Of Birth</label><input type="date" /><br /><br />
<label>Email:</label> <input type="email" placeholder="Enter Your Email" /><br /><br />
<label>Password:</label><input type="password" /><br /><br />
<label>Message</label>
Downloaded by Abdofa Kech ()
// all about htlm forms
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form method="get" action="storedata.php"> <!--put or get -->
<div><label> First Name:</label> <input type="text" value="Enter Your First Name" /></div>
<p><label>Last Name:</label> <input type="text" value="Enter your Last Name" /></p>
<label>Age:</label> <input type="number" min="0" max="200" step="3" value="18" /><br /><br />
<label>Date Of Birth</label><input type="date" /><br /><br />
<label>Email:</label> <input type="email" placeholder="Enter Your Email" /><br /><br />
<label>Password:</label><input type="password" /><br /><br />
<label>Message</label>
Downloaded by Abdofa Kech ()