New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

RadLabel HTML Output

The following code snippet shows the HTML output that can be rendered by the Label control.

<label for="DatePicker1_dateInput" id="RadLabel1" class="RadLabel RadLabel_Default"><em>some</em> text
    <img src="/images/someImage.png" alt="">
</label>
In this article