The style tag. Please look at the remarks.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public class Style : Tag, IHeadMisc, 
	IToken

Remarks

  • You can add it to HTML, without specifying child elements, and it will be output directly to the head tag. Useful for premade CSS.
  • You can add it to HTML and specify child elements. The child elements will be used to build a selector, so you only have to provide the part inside "{" and "}"
  • You can add it to any element, and if you have specified child elements, it will be output to the head with an automatically generated selector.

Inheritance Hierarchy

System..::..Object
  HTMLPlusPlus..::..Tag
    HTMLPlusPlus..::..Style

See Also