answersLogoWhite

0

br is a line break, hr is a horizontal rule.


br adds vertical spacing between elements on a page, much like the spacing between to paragraphs of text.


hr adds a horizontal line.


example:

before hr

after hr

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are stand alone tags in HTML?

They would be tags that do not have closing tags. <br> would be an example. <hr> would be another example.


Are all tags self closing?

No. Most tags are not self-closing. Only the IMG, BR, HR, META, LINK, and INPUT tags are self-closing.


What is tha you explain empty tags used in HTML pagas?

Empty tags are the ones that do not need to be closed. They once opened are not closed like <br>.


How many attributes does the BR tag have in HTML?

The BR tag has only the core tags, which all HTML tags have. These are id, class, style and title.


What is definition of singular tag?

There doesn't seem to be an official definition but a singular tag is a tag that is not used as a pair of tags. XHTML validating examples of singular tags are: <br /> <hr /> <img /> Note that the <img /> tag will require additional attributes to display an image.


Basic HTML tags with brief description?

br


If you have br hr and br eyes and your partner has bl eyes br hr your mother has blond hr blue eyes and yr dad br hair brn eyes and his dad has blonde hair blue eyes his mom br hr br eyes baby?

The baby has a 50 percent chance of having blue eyes and a 50 percent chance of having blond hair, assuming there are no codominant genes involved.


Which tags do not need a separate tag for closing?

In HTML 4: area, base, basefont, br, col, frame, hr, img, input, isindex, link, meta, param In XHTML 1.0 or HTML5: area, base, br, col, hr, img, input, link, meta, param In XHTML 1.0 Transitional we also have: basefont, frame


You use the br tags to break a line rather than a p tags?

The P tags would be for paragraph. so if you are starting a new paragraph usit, if you just want to break the line and start with a new one, use BR.


What is the difference between paired Tags n Unpaired tags?

paired tags are those tags which have both opening and closing tagse.g. < body>unpaired tags are those tags which don't have a closing tage.g. < BR >


What is tha you explain empty tags used in HTML pagas examples?

&lt;BR&gt; i.e. break line is an empty tag. An empty tag once opened is not needed to be closed.


What is correct XHTML for a line break?

&lt;hr /&gt;