Table of Contents

Class HtmlTags

Namespace
SunamoValues.Constants
Assembly
SunamoValues.dll

HTML tag name constants as strings.

public class HtmlTags
Inheritance
HtmlTags
Inherited Members
Extension Methods

Fields

A

The a (anchor) tag.

public const string A = "a"

Field Value

string

Article

The article tag.

public static string Article

Field Value

string

B

The b (bold) tag.

public static string B

Field Value

string

Body

The body tag.

public const string Body = "body"

Field Value

string

Button

The button tag.

public const string Button = "button"

Field Value

string

Div

The div tag.

public const string Div = "div"

Field Value

string

H2

The h2 tag.

public static string H2

Field Value

string

H3

The h3 tag.

public static string H3

Field Value

string

H4

The h4 tag.

public static string H4

Field Value

string

Hr

The hr tag.

public const string Hr = "hr"

Field Value

string

Img

The img tag.

public const string Img = "img"

Field Value

string

Input

The input tag.

public const string Input = "input"

Field Value

string

Label

The label tag.

public const string Label = "label"

Field Value

string

Li

The li tag.

public static string Li

Field Value

string

The link tag.

public const string Link = "link"

Field Value

string

Ol

The ol tag.

public const string Ol = "ol"

Field Value

string

Option

The option tag.

public static string Option

Field Value

string

P

The p (paragraph) tag.

public static string P

Field Value

string

Pre

The pre tag.

public const string Pre = "pre"

Field Value

string

Script

The script tag.

public static string Script

Field Value

string

Span

The span tag.

public const string Span = "span"

Field Value

string

Style

The style tag.

public const string Style = "style"

Field Value

string

Svg

The svg tag.

public static string Svg

Field Value

string

Table

The table tag.

public const string Table = "table"

Field Value

string

Tbody

The tbody tag.

public const string Tbody = "tbody"

Field Value

string

Td

The td tag.

public const string Td = "td"

Field Value

string

Th

The th tag.

public static string Th

Field Value

string

Title

The title tag.

public const string Title = "title"

Field Value

string

Tr

The tr tag.

public const string Tr = "tr"

Field Value

string

Ul

The ul tag.

public const string Ul = "ul"

Field Value

string