--- title: Page headers description: Page heading examples for Tabler --- ## Simple header ```html example code vcentered ``` ## With meta, avatar and actions ```html example code vcentered ``` ## With meta, search and actions ```html example code vcentered ``` ## Bordered header Page header with a border to separate content is an effective way to organize and present information in a clear and visually appealing way. ```html example code fullpage ``` ## Header with breadcrumb and actions A page header with breadcrumb and actions is a common design element found in many websites and applications. The header typically appears at the top of the page and includes a breadcrumb trail, which shows the user the path they have taken to reach the current page. The breadcrumb can be clickable, allowing the user to navigate back to previous pages. In addition to the breadcrumb, the header often includes actions or buttons that allow the user to perform common tasks related to the current page. These actions may include things like adding a new item, editing existing content, or deleting items. ```html example code vcentered ```