DEV Community

Cover image for HTML tags | caption
Carlos Espada
Carlos Espada

Posted on • Edited on

HTML tags | caption

It is used to insert a title in a table. It must be inserted just after <table>, like its first child.

You can control the rendering position visually with the caption-side CSS property (top/bottom).

If the table is the only descendant of a <figure>, use <figcaption> instead of <caption>.

  • Type: block
  • Self-closing: No
  • Semantic value: No

Definition and example | Support

Top comments (0)

Image of Datadog

Keep your GPUs in check

This cheatsheet shows how to use Datadog’s NVIDIA DCGM and Triton integrations to track GPU health, resource usage, and model performance—helping you optimize AI workloads and avoid hardware bottlenecks.

Get the Cheatsheet