Computer Science, asked by gopi87, 11 months ago

what are the basic requirement to create a form in HTML​

Answers

Answered by Azhar08
2

An HTML form with a required input field:

<form action="/action_page.php">

 Username: <input type="text" name="usrname" required>

 <input type="submit">

</form>


gopi87: try your best
gopi87: tell to other
Azhar08: plese
gopi87: ni
gopi87: I will give you the post but you have to give another time and so I cannot understand that answer
Azhar08: hare in comment ??
gopi87: please
Azhar08: ok
Azhar08: An HTML form with a required input field:



Username:



gopi87: no iam asking the form
Answered by ritesh2p
3

<HTML>

<HEAD>.........

<TITLE>..........</TITLE>

</HEAD>

<BODY>..............Br......

H1......

H2........

</BODY>

</HTML>


gopi87: are you mad
Similar questions