Forum Moderators: not2easy
<html>
<head>
<title>Color</title>
</head>
<body>
<script type="text/javascript">
document.write("Hello to all those good people at Webmaster World.")
</script>
</body>
</html>
<script type="text/javascript">
document.write('<span class="blah">Hello to all those good people at Webmaster World</span>.')
</script> and in the CSS:
.blah { font-size: 150%; }