2024-08-14 19:09:13 +01:00
|
|
|
# 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>
|
2024-10-01 22:41:37 +01:00
|
|
|
|
|
|
|
|
Sneaky inline event <script>alert("inline");</script>.
|
|
|
|
|
|
|
|
|
|
But regular <b>inline</b> is indexed.
|