Open Komodo Edit. To create a JavaScript page using the Komodo Editor, follow these steps:
document.write("<table><tr><td style='font-size:small'>"
+ "<a href=\"http://validator.w3.org/check/referer\"> "
+ "<img src=\"http://www.austincc.edu/jscholl/images/html5-logo.png\" alt=\"Valid HTML5!\" height=\"31\" width=\"88\" </a><br />"
+ "<a href=\"http://validator.w3.org/checklink/\" "
+ "onclick=\"window.open(this.href,'_blank');return false;\">Link Checker<a></td>");
document.write("<td><a href=\"http://jigsaw.w3.org/css-validator/check/referer\"> "
+ "<img src=\"http://www.austincc.edu/jscholl/images/vcss.png\" alt=\"Valid CSS!\" height=\"31\" width=\"88\" "
+ "style=\"border: 0px;\" /></a></td></tr></table>")