--- title: Pagehead path: components/pagehead status: Stable internal: true source: 'https://github.com/github/github/tree/master/app/assets/stylesheets/components/pagehead.scss' symbols: [account-switcher, active, admin, avatar, dropdown-menu-content, experiment-repo-nav, fork, fork-flag, mirror, mirror-flag, octicon, octicon-lock, octicon-mirror, octicon-mute, pagehead, pagehead-actions, pagehead-heading, pagehead-tabs-item, path-divider, png, private, repohead, repohead-details-container, reponav, reponav-dropdown, reponav-item, select-menu, select-menu-modal-holder, selected, underline-nav] --- Give a page a clear, separated title and optional top nav by adding a `.pagehead`. ## Basic pagehead In its simplest form, you can build a pagehead with a `pagehead` element with an `h1` child. ```html live