<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ForEach</title>
</head>
<body>
<span>Foreach sample with array.</span>
<table border="1">
        <tbody id="aaaItems">
        <tr>
                <td><span id="foo" style="background-color:red">hoge</span></td>
                <td><span id="bar">huga</span></td>
                <td><select id="bbb"><option value="1">dummy</option></select></td>
        </tr>
        </tbody>
</table>
</body>
</html>