How to use PROTECTSPECIALCHARS to allow HTML tags in your data when using HTML ODS in SAS.
When sending output to the HTML destination using PROC REPORT a number of the usual attributes are not available. For example the FLOW attribute on the DEFINE statement. It can therefore be necessary to include HTML tags within the data to be interpreted when the HTML page is viewed in a browser.