Oracle APEX 23 Course For Beginners

Oracle APEX 23 Course For Beginners
Oracle APEX 23 Course For Beginners

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

Display Data Dynamically In A Gauge Chart

In this tutorial, we will learn how to display customer's ordered data in a gauge chart dynamically. As you choose a customer name from ...