Thursday, May 2, 2024

Label vs Literal

This below is Literal

 <div> Test</div>


These below are Label

<span> Test</span>

<label> Test 1</label>

<input type="text"> Test 1</label>


ref:- https://www.c-sharpcorner.com/blogs/difference-between-asp-net-label-and-literal1

No comments:

Post a Comment