<html> <head> <style type="text/css"> caption { caption-side:bottom } </style> </head> <body> <table border="1"> <caption>This is a caption</caption> <tr> <td>Peter</td> <td>Griffin</td> </tr> <tr> <td>Lois</td> <td>Griffin</td> </tr> </table> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself