The class provides a convenient way to create, manipulate, and control the behavior of article * HTML elements. Example usage: * *
* HTMLElement htmlElement = ...; // Obtain an article element from somewhere * ArticleElement articleElement = ArticleElement.of(htmlElement); ** * @see MDN Web Docs * (article element) */ public class ArticleElement extends BaseElement