Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add caption in captions' html examples #2033

Merged
merged 2 commits into from
May 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/docs/5.3/content/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ A `<caption>` functions like a heading for a table. It helps users with screen r

```html
<table class="table table-sm">
...
<caption>List of users</caption>
<thead>
...
</thead>
Expand All @@ -488,7 +488,7 @@ You can also put the `<caption>` on the bottom of the table with `.caption-botto

```html
<table class="table caption-bottom">
...
<caption>List of users</caption>
<thead>
...
</thead>
Expand Down