diff --git a/docs/authoring/tables.qmd b/docs/authoring/tables.qmd
index efd8202731..5b5220c0e9 100644
--- a/docs/authoring/tables.qmd
+++ b/docs/authoring/tables.qmd
@@ -585,6 +585,41 @@ Markdown supports specification of alignment by column, but does not allow setti
```
````
+### Caption and Bootstrap classes
+
+If you want to add a caption to an HTML table, you can put the table in a div and assign it a label (below it's `#tbl-html`), and finally insert the caption after the table.
+If you want to add a bootstrap class, just do it in the HTML itself.
+Below is an example with both applied.
+
+````markdown
+:::{#tbl-html}
+
+```{=html}
+
Name | +Age | +
---|---|
John Doe | +30 | +
Jane Smith | +25 | +
Emily Johnson | +40 | +