how to convert <font/> tab in .NET framework?

  • Thread starter Thread starter Harry
  • Start date Start date
H

Harry

how to convert <font/> tab in .NET framework?

e.g. if i want to write the follow html in code behind, what i can do?

<font class="css">cell 1</font>
 
Side note. If you hadn't gone with the label, you would have wanted to use
a <span> element
 
Back
Top