From bc896c92eaf6ba51b2abe4a7a86e3eab7be05232 Mon Sep 17 00:00:00 2001
From: Izwan Rusli <43311303+izwanrusli@users.noreply.github.com>
Date: Mon, 12 Nov 2018 23:36:27 +0800
Subject: [PATCH] =?UTF-8?q?Adding=20sentence=20"The=20'
'=20tag=20is=20?=
=?UTF-8?q?an=20empty=20tag=20which=20means=20that=20it=20h=E2=80=A6=20(#2?=
=?UTF-8?q?1303)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Adding sentence "The '
' tag is an empty tag which means that it has no closing tag."
* Format the text properly
---
guide/english/html/elements/br-tag/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/html/elements/br-tag/index.md b/guide/english/html/elements/br-tag/index.md
index 97fc67f37b..48e415a780 100644
--- a/guide/english/html/elements/br-tag/index.md
+++ b/guide/english/html/elements/br-tag/index.md
@@ -3,7 +3,7 @@ title: Br Tag
---
## Br Tag
-The `
` tag produces a line break in a text. This is useful for poems and addresses.
+The `
` tag produces a line break in a text. This is useful for poems and addresses. The `
` tag is an empty tag which means that it has no closing tag.
### Example
```html