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.NET Label control renders as a HTML element in the browser. This is because Label is designed to display static text and span is the appropriate inline element for this purpose. Option B is correct. Option A refers to a different HTML element () used for form labeling, while div and table are block elements.