Sample HTML Source Text <html><body> <table border cols 3> <tr><td>A-101 </td><td>Downtown </td><td>500 </td></tr> </table> <center>The <i>account</i>relation </center> <form action=“BankQuery"”method=get> Select account/loan and enter number <br> <select name="type"> <option value=“account'”selected>Account <option>value="Loan"> Loan </select> <input type=text size=5 name=number"> <input type=submit value="submit"> </form≥ </body></html> Database System Concepts-5th Edition,Oct 23,2006. 8.10 ©Silberschat乜,Korth and SudarshanDatabase System Concepts - 5 8.10 ©Silberschatz, Korth and Sudarshan th Edition, Oct 23, 2006. Sample HTML Source Text <html> <body> <table border cols = 3> <tr> <td> A-101 </td> <td> Downtown </td> <td> 500 </td> </tr> … </table> <center> The <i>account</i> relation </center> <form action=“BankQuery” method=get> Select account/loan and enter number <br> <select name=“type”> <option value=“account” selected> Account <option> value=“Loan”> Loan </select> <input type=text size=5 name=“number”> <input type=submit value=“submit”> </form> </body> </html>