diff --git a/files/en-us/web/html/element/figure/index.html b/files/en-us/web/html/element/figure/index.html index 84c10459243d0dd..0c3441f17a29ed1 100644 --- a/files/en-us/web/html/element/figure/index.html +++ b/files/en-us/web/html/element/figure/index.html @@ -12,7 +12,7 @@ ---
{{HTMLRef}}
-

The HTML <figure> (Figure With Optional Caption) element represents self-contained content, potentially with an optional caption, which is specified using the ({{HTMLElement("figcaption")}}) element. The figure, its caption, and its contents are referenced as a single unit.

+

The HTML <figure> (Figure With Optional Caption) element represents self-contained content, potentially with an optional caption, which is specified using the {{HTMLElement("figcaption")}} element. The figure, its caption, and its contents are referenced as a single unit.

{{EmbedInteractiveExample("pages/tabbed/figure.html","tabbed-shorter")}}