> HTML text ~ Online tutorial

HTML text

HTML text
Text is typically required to place one line text.for example if you want to enter name then it is always preferred to have Text field on the form.The text field can be set using
<input type='text' size='size of text' value="">


Some other parameters can be
  • name :
    indicates the name of text field
  • Max length:
    That allow us to enter the text of some maximum length.
  • align:
    denotes the alignment of the text field.The alignment can be left,right,bottom and top.
Example
<html>
<head>
<title>
HTML Text
</title>
</head>
<body>
<form name='text'>
<input type='text' size='20' value="textfield">
</form>
</body>
</html>

Output



Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: