21 lines
276 B
Markdown
21 lines
276 B
Markdown
|
|
# Conclusion
|
||
|
|
|
||
|
|
<p>
|
||
|
|
<!--secret secret-->
|
||
|
|
I put <HTML> in here!<br/>
|
||
|
|
</p>
|
||
|
|
<script type="text/javascript" >
|
||
|
|
// I probably shouldn't do this
|
||
|
|
if (3 < 5 > 10)
|
||
|
|
{
|
||
|
|
alert("The sky is falling!");
|
||
|
|
}
|
||
|
|
</script >
|
||
|
|
<style >
|
||
|
|
/*
|
||
|
|
css looks, like this {
|
||
|
|
foo: < 3 <bar >
|
||
|
|
}
|
||
|
|
*/
|
||
|
|
</style>
|