answersLogoWhite

0

life begins here

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

TAG line of coca cola company?

2009: Open Happiness 2010: Twist the Cap to Refreshness


Which company has a tagline as enjoy the change?

The only companies with a similar tag line would have been Coca-Cola or Nissan. However, they have since adopted new tag lines.


Is break a line break tag?

No, the break line tag is: <br />


What kind of tag games are there?

Freeze tag, line tag, cartoon tag, mars tag and normal tag.


Which company has the tag line a breed apart?

The Tag line belongs to Merrill Lynch


Atithi Devo Bhava- is a tag line for which company?

Maruti Suzki has this tag line.


What are blank line spaces?

You can create a blank line in HTML with the <br/> tag. This tag inserts a blank line on the browser.


What HTML tag would you use to indicate a line break?

A tag is used to insert a line break. This tag is the HTML way of outputting a new line.


Success is the mind game. is the tag line of what brand?

TAG


Give punch line or tag line of various wristwatch brands?

pride tag line: make u to feel proud


What is the full form of BR in HTML?

The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .


Why do you need a BR tag in HTML when you already have an HR tag?

Because they do different things. A BR tag creates a new line break, putting the next thing you do onto a new line. The HR tag draws an actual line across the screen, something the BR tag does not do.