Adding sentence "The '<br>' tag is an empty tag which means that it h… (#21303)

* Adding sentence "The '<br>' tag is an empty tag which means that it has no closing tag."

* Format the text properly
pull/35122/head
Izwan Rusli 2018-11-12 23:36:27 +08:00 committed by Niraj Nandish
parent 43f4cd0224
commit bc896c92ea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: Br Tag
---
## Br Tag
The `<br>` tag produces a line break in a text. This is useful for poems and addresses.
The `<br>` tag produces a line break in a text. This is useful for poems and addresses. The `<br>` tag is an empty tag which means that it has no closing tag.
### Example
```html