From 347a3bc397f807200294530a7f8e1db1e18d2981 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 12 Oct 2018 07:20:45 +0100 Subject: [PATCH] fix: Format one more element tag name --- .../pages/guide/english/html/elements/blockquote-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/html/elements/blockquote-tag/index.md b/client/src/pages/guide/english/html/elements/blockquote-tag/index.md index 4cbe8f12318..196c47ea074 100644 --- a/client/src/pages/guide/english/html/elements/blockquote-tag/index.md +++ b/client/src/pages/guide/english/html/elements/blockquote-tag/index.md @@ -4,7 +4,7 @@ title: Blockquote Tag ## Blockquote Tag ### Purpose -The HTML
element shows that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation. +The HTML `
` element shows that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation. ### Usage Just like the "H" tags send signals to a reader that the informaiton is important, the blockquote alerts a reader that the information they're reading is from another source. The `
` tag can include A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the `` element.