what's use of <br> command

Answers were Sorted based on User's Feedback



what's use of <br> command..

Answer / manas

<br> is for line breaking command

Is This Answer Correct ?    10 Yes 1 No

what's use of <br> command..

Answer / manonmani.r

<br> tag is used for line break.

Is This Answer Correct ?    8 Yes 0 No

what's use of <br> command..

Answer / 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

what's use of <br> command..

Answer / priyank gandhi

br tag is useful to line breaks when you use the br tag you
to write <br> tag many time but not use a br tag many time
you to write your html document tag nowrap

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More HTML DHTML Interview Questions

Why is a div called a div?

0 Answers  


What are the different types of storage in html5? Explain

0 Answers  


Why do my links open new windows rather than update an existing frame?

0 Answers  


What are seo tags?

0 Answers  


What are the types of tags?

0 Answers  






Explain html background.

0 Answers  


What is meta title tag?

0 Answers  


Why do we need br?

0 Answers  


What is the difference between <header> and <footer> tag?

0 Answers  


What do you mean by tables?

0 Answers  


What are the five elements of programming?

0 Answers  


Explain alternate text in image mapping?

0 Answers  


Categories