XHTML Comment Markup for <script> and <style> Tags - Web Team Procedures and Notes
This page is intended for use only by the Web Team.
For <script> Tag
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
For <style> Tag
<style type="text/css">
/* <![CDATA[ */
/* ]]> */
</style>
