" name="top" slick-uniqueid="4">
%%add-css [CSSPrettifyThemeTomorrowPrism] /%CSSPrettifyThemeTomorrowPrism
1 2 3 4 5 6 7 8 9 10 11 12
<script type="text/javascript">
// Say hello world until the user starts questioning
// the meaningfulness of their existence.
function helloWorld(world) {
for (var i = 42; --i >= 0;) { alert('Hello ' + String(world)); }
}
</script>
<style>
p { color: pink }
b { color: blue }
u { color: "umber" }
</style>