Saturday, 6 August 2022

19 - Text & Password Elements in HTML

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.

Watch Full Playlist Here

Watch Complete One Video Here

Stop Reading About AI, Start Building It. Your Launchpad is Ready.

For 35 years in the IT industry, and across 22 books, I’ve seen countless technologies change the game. But nothing is more hyped—or more co...