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 `