HTMLParagraphElement public class HTMLParagraphElement : HTMLElement Represents the HTML paragraph element. Documentation Code public const string Tag = "p" The p tag. public HTMLParagraphElement() Creates a new HTML paragraph element.