Monday, 23 September 2013

how to create textbox using html

hello friends

today i will tell you how to make text box in html

suppose you want make student name textbox which is use for storing the name of student name

you have to write these code

<html>
<head>
<body>
<form>
<label> student name</label>
<input type=studentname name="student name">
</form>
<head>
</html>

friends after that you will see that you textbox will be created ]

thank you

No comments:

Post a Comment