write a html file for making a form
Answers
Answer:
<form>
.
form elements
.
</form>
is for making html file for form.
Answer:
I have tried my best so u can understand easily hope it helps u
Explanation:
<!DOCTYPE html>
<HTML>
<body>
<form>
Name:<input type="text" autocomplete><br><br>
E-mail:<input type="email" name="email"><br><br>
Date of inception:<input type="date"name="usr_time"><br><br>
Number of years completed:<input type="number"min="1"max="100"><br><br>
schoolphone number:<input type="tel" name="phone" pattern="[0-9]{2}-[0-9]{10}"><br><br>
Add your homepage:
<input type="url" name="homepage"><br><br>
<input type="image" src="submitbutton.png" alt="click here to submit">
</font>
</form>
</BODY>
</HTML>
∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞