Multiple choice technology programming languages

What HTML element is the asp:Label control rendered as when the target is Internet Explorer ?

  1. <label>

  2. <table>

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

The asp:Label control is rendered as a HTML span element because a label is primarily used for displaying plain text inline without forcing new lines.