Which of the following html tags would you use after a table?

A. </p>
B. </table>
C. </html>
D. </end>
i say b.

http://www.web-source.net/html_codes_chart.htm

http://www.web-source.net/html_tips.htm

Correct! The correct answer is B. </table>. After creating a table in HTML, you need to close the table tag to indicate the end of the table structure. The closing tag for the table element is </table>. So, option B is the right choice in this case.