## mj-attributes Inside `mj-attributes`, a tag citing one MJML component (like `mj-text`; see example) overrides default settings for listed MJML attributes on the one component. An `mj-all` is like the above, but affects all MJML components via the one tag. `mj-class` tags create a named group of MJML attributes you can apply to MJML components. To apply them, use `mj-class=""`. ```xml Hello World! ```

try it live