<script>alert()</script> code example
Example 1: alert()
Stop trying to XSS google.
Example 2: javascript alert
alert("string");
Example 3: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
Stop trying to XSS google.
alert("string");
go to inspect element, go to console. type in
alert("text")