HTMLFontSubscript Method
Generates a subscript tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string FontSubscript(
string content
)
Public Shared Function FontSubscript (
content As String
) As String
- content String
- The content to be formatted as subscript.
StringString with the content enclosed in subscript tags.