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