What is the correct way to add a caption to a table?
Use <label> tag for table
<label>
Use title attribute in <table>
title
<table>
Use <legend> tag inside <table>
<legend>
Use <caption> tag inside <table>
<caption>