From c6e57d02c2c1a380a48d262d4766f00ee62ab0cc Mon Sep 17 00:00:00 2001 From: Andreas <519178+schmidhauser@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:42:30 +0000 Subject: [PATCH] Mark up code example --- files/en-us/web/html/element/pre/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/pre/index.md b/files/en-us/web/html/element/pre/index.md index 9dbe42b97ce1802..2740a7f41ad34d9 100644 --- a/files/en-us/web/html/element/pre/index.md +++ b/files/en-us/web/html/element/pre/index.md @@ -9,7 +9,7 @@ browser-compat: html.elements.pre The **`
`** [HTML](/en-US/docs/Web/HTML) element represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional, or [monospaced](https://en.wikipedia.org/wiki/Monospaced_font), font. Whitespace inside this element is displayed as written. -By default, `` is a [block-level](/en-US/docs/Glossary/Block-level_content) element, i.e. its default {{cssxref("display")}} value is block. +By default, `` is a [block-level](/en-US/docs/Glossary/Block-level_content) element, i.e. its default {{cssxref("display")}} value is `block`. {{EmbedInteractiveExample("pages/tabbed/pre.html", "tabbed-standard")}}