Since: PMD 3.6
Style information should be put in CSS files, not in JSPs. Therefore, don't use <B> or <FONT> tags, or attributes like "align='center'".
This rule is defined by the following Java class: net.sourceforge.pmd.jsp.rules.NoInlineStyleInformation
Example:
<html><body><p align='center'><b>text</b></p></body></html>