Subscript & Superscript - VB - ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhay160875
    New Member
    • Jan 2008
    • 1

    Subscript & Superscript - VB - ASP.NET

    How can i use subscript and superscript by using VB of .net
    Last edited by jhardman; Jan 17 '08, 06:42 PM. Reason: changed title, moved to .NET forum. ASP forum is for "classic" ASP, not ASP.NET
  • aju982007
    New Member
    • Jan 2008
    • 3

    #2
    In Asp.Net- Source-written a code

    This text contains
    <sub>
    subscript
    </sub>

    This text contains
    <sup>
    superscript
    </sup>

    Comment

    Working...