structure

<footer>

Represents a footer for its nearest sectioning ancestor — typically author info, copyright, or related links. Use it at the bottom of the page, or inside an <article>/<section> for a block-level footer.

<footer>&copy; 2026 Utilko</footer>

Common attributes

Attribute Purpose
class Styling hook
id Anchor target
role ARIA override (contentinfo implicit at root)

Examples

<footer><p>&copy; 2026 Utilko</p></footer>

Page-level contentinfo landmark

<article>...<footer>Posted by Ada on 2026-07-17</footer></article>

Metadata footer inside an article

<footer><nav>...</nav></footer>

Footer navigation is a valid pattern

Gotcha

is only the 'contentinfo' landmark when it is a direct child of . It cannot contain another
or a
.

Related tags

← All HTML tags · CSS selectors · HTML entities