Html – Label For a Static DIV that shows entered value from a form
I have a Confirmation screen where previously-entered Form input fields are shown as static DIVs. The HTML is below. The DIVs, though static, are focusable with TAB, allowing the user to hit them with the keyboard. <div> <label className="itemText"> <!--…