Can I use a <br> tag in my HTML or VB scripted fields?

eDocBuilder requires that all tags that are used in HTML or VB scripted fields to be closed. Meaning that each <tag> must have a corresponding </tag> to properly close that tag in the script. If the tag has no content, then it must be self-closing and written as <tag/>. Having tags that are not closed in the script can result in the result of the script behaving unexpectedly. If you use a <br> tag in your script, it must be written as <br/>.