+ 1
what is the use of <br>
30 Réponses
+ 5
<p> paragraph you use now .<br> tag easily </p>
its break line.
ok friend understand.
+ 4
<br/> tag is being used in html to display the text in the next line.
example: <p>This Is The First Paragraph.<br/>This Is The Next Line.</p>
So The Output Of The Above Code Will Be like:-
This Is The First Paragraph
This Is The Next Line
But If You Use Only Paragraph Tags (i.e. <p>...</p>) Then It Will Be Like:-
<p>This Is The First Paragraph.</p><p>This Is The Next Line.</p>
So The Output Of The Above Code Will Be like:-
This Is The First Paragraph
This Is The Next Line
Look Out Carefully For The Difference In Both The Outputs.
+ 2
Its break line. If you want for example text to go in new row use <br> to get that text in new row.
+ 2
use to place a new line
+ 2
used for formatting.
+ 2
Its used to leave one line gap between text (or anything else).
+ 1
it is used to break the sentences or leave a gap between lines in the paragraph while working with html.
+ 1
its break line
+ 1
its used to do a line break like when you press enter you go the line under
+ 1
it's used for break line ...
+ 1
</br> tag is used to write without create a new paragraph and to display the text in the next line
+ 1
the <br> breaks the line at any point so that we can create a new line without this tag <p> </p>
0
use to place a new line
0
for a brake line. you can write un the next line
0
<br> = <br />
both line break
0
break line
0
</br> tag is used for line break......
0
it breaks a line and makes a sentence divided into 2 lines
0
<br> command is used to break line. It simply means break row.:-B
0
use to break the line