what's use of <br> command

Answer Posted / rajendra prasad reddy penumall

hai friend <hr> tag is used to insrt a link break when
ever you required.
EG:if you ant paragraph like below:

line-1 1.I am rajendra and ihave 3 years of experience.
line-2 2.i am a verygood testing engineer.
Secondline should start in a fresh line after first line
then observe the below cone to generate in a html code.
---------------------------------------------------------
<html>
<body>1.I am rajendra and ihave 3 years of experience.<br>
2.i am a verygood testing engineer.
</body>
</html>
---------------------------------------------------------
if you want see this real functionality copy the above code
into notepad and save it on desktop as eg.html then the
eg html file will be on the desk top,click file with
mouse u can see the required o/p on browser.

again the same code copy into another notepad editor and
saveit as eg1.html,but you delete the <br> tag from the
code.now you compare the difference between two code,you
can find the difference.

ok byeeeeeeee

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the media types and formats supported by html ?

424


Meaning of Inline-flex.

955


What is footer in html?

405


How do you add a copyright symbol on a html page?

462


What is the use of heading tag?

477






How to validate xhtml documents online?

510


What is difference between coding and programming?

464


Who made html5?

439


How do you add keywords?

473


Explain How many New Markup Elements you know in HTML5?

482


What is difference between html and dhtml?

448


Can I use any html in the box?

457


What hierarchy is being followed when in style sheets?

587


What are the basic tags of html?

416


What are empty tags?

442