diff --git a/guide/english/html/elements/img-tag/index.md b/guide/english/html/elements/img-tag/index.md
index 2904d8bdf2..253f6925d7 100644
--- a/guide/english/html/elements/img-tag/index.md
+++ b/guide/english/html/elements/img-tag/index.md
@@ -14,7 +14,7 @@ A simple HTML Image element can be included in an HTML document like this:
The `title` attribute is optional and will provide additional information about the image. Most browsers display this information in a tooltip when the user hovers over it.
-Note that the path to the image file can be either relative or absolute. Also, remember that the `img` element is self-closing, meaning that it does not close with the `
` tag and instead closes with just a single `>`.
+Note that the path to the image file can be either relative or absolute. Also, remember that the `img` element is self-closing, meaning that it does not close with the `` tag and instead closes with just a single `>`.
Example: