Multiple choice technology web technology

Which type of control should I use when i want to display a certain information from database but it layout which can be purely HTML based?

  1. HTML Server control

  2. Web Server Control

  3. HTML Control

  4. None of the above

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

An HTML Server control maps directly to standard HTML tags while remaining accessible on the server. However, Web Server controls can also render pure HTML based layouts (e.g., Literal, Repeater). Additionally, HTML Server controls require the 'runat=server' attribute, making the question somewhat subjective. But since HTML Server controls preserve HTML structure directly, the stored answer is acceptable.