Text & Password Elements
These are the most commonly used input fields defined with the <input> tag. This <input> tag is an empty tag without a closing tag and contains a TYPE attribute which determines what kind of input is being created. The <input type="text"> defines a one-line input field that a user can enter text into whereas, <input type="password"> creates a password field. The characters in a password field are masked - shown as asterisks or circles. The following table shows a couple of most utilized attributes associated with the <input> tag:
Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.