...
GX advises that all HTML runs in HTML 5 standards mode. This is most important for Internet Explorer which by default doesn't run in standards mode. To engage standards mode on Internet Explorer, pages need to start with the <!DOCTYPE html>
doctype. Firefox and Google Chrome run in standards mode by default. Furthermore, it is important to use the correct MIME-type in the Content-type header. This is typically set by the page directive of the first JSP presentation that is rendered.
...
Displaying Text
...