0
What is the function of the "<br />" tag in creating tables?
Is the "Line Break" tag used for just like when you don't have text to display (because I saw this tag in the "Try It Yourself" page) or does it have some other task?
2 Answers
+ 1
<br/> tag creates a line break. Eg,
He<br/>llo
Outputs:
He
llo
0
Oh, therefore the code in the "Try It Yourself" wanted to just display the text in different lines.
Thank You For Helping Me Understand.
Sarmad Ahmad