From 90649b780df7db1b141b121c88f059b39e144663 Mon Sep 17 00:00:00 2001 From: panicbasket <44478209+panicbasket@users.noreply.github.com> Date: Thu, 17 Jan 2019 21:15:42 -0600 Subject: [PATCH] Updated closing tag example (#28772) --- guide/english/html/elements/img-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: