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