TextBox
TextBox will be used when we need to take some input form the user. for input tag we have to specify the type as "text", then it will render a textbox in output.
Syntax:
<input type="text" />
Example:
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>
<div>
Enter you Email ID :
<input type="text" name="txtEmailID" id="txtEmailID" />
</div>
</body>
</html>
Output:
Enter you Email ID :
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma