HTMLTableCaptionElement public sealed class HTMLTableCaptionElement : HTMLElement Represents the HTML caption element. Documentation Code public enum CaptionAlignment Specifies the position of the caption with respect to the table. public CaptionAlignment Align { get; set; } Gets or sets the value of the alignment attribute.