Multiple choice technology web technology

To prevent possible security issues with the tag, you should

  1. Call the reset method if validation fails

  2. Set the tag's redisplay property to false

  3. Set the tag's reset property to false

  4. Use a plain html tag instead

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag has a 'redisplay' attribute that controls whether the password value is shown when the form is redisplayed (e.g., after validation errors). Setting redisplay=false prevents the password from being rendered back to the browser, addressing security concerns.