The HTML tag is used to give a link break (one word )
Answers
Answered by
0
Answer:
<br> tag is used to give a line break
Explanation:
The <br> tag inserts a single line break. The <br> tag is useful for writing addresses or poems. The <br> tag is an empty tag which means that it has no end tag.
Answered by
0
Answer:
The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.As you can see from the above example, a <br> element is included at each point where we want the text to break. The text after the <br> begins again at the start of the next line of the text block.
Explanation:
I hope this will be help you
Similar questions