From b2f0dad3a0380e0ce9b82da976f7b1f144031096 Mon Sep 17 00:00:00 2001 From: Sam <30656767+samcottle@users.noreply.github.com> Date: Thu, 6 Dec 2018 18:51:40 +0100 Subject: [PATCH] Corrected markdown formatting issues (#23295) Corrected inline code highlighting so that page renders correctly. --- guide/english/html/elements/header-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/elements/header-tag/index.md b/guide/english/html/elements/header-tag/index.md index f60ef9bad1..687f495dcc 100644 --- a/guide/english/html/elements/header-tag/index.md +++ b/guide/english/html/elements/header-tag/index.md @@ -5,7 +5,7 @@ title: Header Tag The `
` tag is a container which is used for navigational links or introductory content. It may typically include heading elements, such as `

`, `

`, but may also include other elements such as a search form, logo, author information etc. -

corresponds to the most important heading. As we move to other tags like

,

, etc the degree of importance decreases. +`

` corresponds to the most important heading. As we move to other tags like `

`, `

`, etc the degree of importance decreases. Although not required, the `
` tag is intended to contain the surrounding sections heading. It may also be used more than once in an HTML document. It is important to note that the `
` tag does not introduce a new section, but is simply the head of a section. Here's an example using the `
` tag: