== Why is this an issue? The goal of this rule is to ban the usage of HTML "style" property to make sure that all CSS styles are defined in CSS classes. Consolidating all styling into classes makes it easier to read, understand and maintain. === Noncompliant code example [source,html] ----

Hello World!

---- === Compliant solution [source,html] ----

Hello World!

---- ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) === Message Use CSS classes instead. endif::env-github,rspecator-view[]