Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




Form tag

Form tag is used at those pages where we are taking inputs from users. We will tahe example here of asp.net (a server side language) where form tag is used for controls to be used in page. Without form tag we cant use any control on page.

Syntax is

                       <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Frame set example</title>
</head>
<body>
<form>
My controls will come here
</form>
</body>
</html>

Controls can include checkbox, labels, textboxes, dropdowns, radio buttons etc.

Share this article   |    Print    |    Article read by 3144 times
Author:
Rohit kakria
I am software developer, moderator of xpode.com
Related Articles: No related article
Related Interview Questions: No related interview question