diff --git a/guide/english/bootstrap/tables/index.md b/guide/english/bootstrap/tables/index.md index 0b719371a13..842a9fa6637 100644 --- a/guide/english/bootstrap/tables/index.md +++ b/guide/english/bootstrap/tables/index.md @@ -16,6 +16,33 @@ In order to achieve the basic styling example add the base class `.table` to any  --- + +#### Table Head + +You can define separate header section in your table structure. +This is example +```html +
| # | +First | +Last | +Handle | +
|---|---|---|---|
| 1 | +Bob | +Robo | +@bro | +