Corrected markdown formatting issues (#23295)

Corrected inline code highlighting so that page renders correctly.
This commit is contained in:
Sam
2018-12-06 18:51:40 +01:00
committed by Randell Dawson
parent ac66dcf052
commit b2f0dad3a0

View File

@ -5,7 +5,7 @@ title: Header Tag
The `<header>` tag is a container which is used for navigational links or introductory content.
It may typically include heading elements, such as `<h1>`, `<h2>`, but may also include other elements such as a search form, logo, author information etc.
<h1> corresponds to the most important heading. As we move to other tags like <h2>, <h3>, etc the degree of importance decreases.
`<h1>` corresponds to the most important heading. As we move to other tags like `<h2>`, `<h3>`, etc the degree of importance decreases.
Although not required, the `<header>` 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 `<header>` tag does not introduce a new section, but is simply the head of a section.
Here's an example using the `<header>` tag: