The br tag is used to break the line.
It does not have closing tag.
1 | <br/> |
Example:
1 2 3 | Hello How are you. <br/> Feeling well. |
Result:
Hello How are you.
Feeling well.
The br tag is used to break the line.
It does not have closing tag.
1 | <br/> |
Example:
1 2 3 | Hello How are you. <br/> Feeling well. |
Result:
Hello How are you.
Feeling well.