HtmlErr

Takes one parameter, ErrMsg

Description:

The value of ErrMsg will be displayed to the user in the style of a Bootstrap Alert.

This command is a shortcut to help add context to your code. It performs the same operation HtmlAlert as follows:
HtmlAlert "MainAlerts", "&danger", ErrMsg

Example:

HtmlErr "< strong >Error! Please try again.< / strong >"