Consider a site named www.ex.com with the following HTML: co…
Consider a site named www.ex.com with the following HTML: const searchParams = new URLSearchParams ( window . location . search );var img = searchParams .get(’is’);img = decodeURI (img);document . write (“”); Which of the following URLs will yield a successful demonstration of an XSS attack? Mark all applicable answers.Note that %27 is the URL encoding for a single quote character and %20 isthe URL encoding for a space character.