Code Chunk
A code chunk is used to output JS, PHP, HTML, etc. Include the code’s opening and closing tags. For example, for Javascript, use <script></script>
tags. For PHP, use <?php ?>
tags.
Links in a code chunk do not inherit Framework styles and as such do not meet accessibility requirements. Wrap the output of your custom code with a <div> that contains the "text" class to resolve this issue.