htmlElement
public function addParagraph($content = '', $class = '') : htmlParagraph
La méthode addParagraph est un raccourci équivalent à "append(new htmlParagraph($content, $class)))".
append(new htmlParagraph($content, $class))