+ 2

Wts br?

26th Dec 2017, 6:59 AM
Mansa S.N
Mansa S.N - avatar
5 Answers
+ 12
i don't know u r talking abt <br> or loops //i know loops better šŸ‘‡ šŸ‘‰suppose u want to print a number "10" , 20 times on the screen ... would u type 10,10 ,.... 20 times ... it will take much time ... so it will be better to use a loop & print it 10 times ... loops means a pt. from where u start , u will reach that pt. again until u comeout of that loop //example (java while loop ... most easy) :::: int a=20; while (a>=1){ System.out.println(10); a--; } šŸ‘‰<br> is just like System.out.println() in java ... its name give its definition ...break line ā˜ŗ
26th Dec 2017, 7:38 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 7
You talk about <br> tag if is it then <br> mean break line tag command in tag for using break line and start a new line ....
26th Dec 2017, 7:32 AM
Scooby
Scooby - avatar
+ 6
Your question is unclear. Can you please elaborate it? https://www.sololearn.com/discuss/333866/?ref=app
26th Dec 2017, 7:19 AM
DAB
DAB - avatar
+ 3
br tag in HTML is used to leave an extra blank line
8th Jan 2018, 6:05 PM
satyam dubey
satyam dubey - avatar
+ 1
Line breaks
28th Dec 2017, 3:03 PM
Micah Paul Rau
Micah Paul Rau - avatar