what is : The <br> tag inserts a single line break. (Transfers to a new line)
що таке : Тег <br> вставляє один розрив рядка. (Переносить на нову строку)
<!DOCTYPE html>
<html>
<head>
<title>Chitus</title>
</head>
<body>
<p>very<br>interesting<br>text<br> with<br> tag</p>
<address>
Country<br>
State<br>
Address
</address>
</body>
</html>
The <br> tag indicate the place of line break and transfer of text to a new line.
Тег <br> вказуємо на місце розриву рядка та перенесення тексту на новий рядок.