answersLogoWhite

0


Best Answer

This is an easy one! When your doing anything in HTML whether it be a web page, or an email there is no lines per page! Usually HTML is done in simpler programs such as Notepad so there is not even pages within the document.

While there appears to be no standard page length in terms of characters, words or lines, to either "hard copy" or a web page (HTML), some SEO (Search Engine Optimizers) recommend a "page length" in a range between 350 and 700 words.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

4

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many line break tag use in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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: .


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.


What is the correct HTML tag for a inserting a line break?

<br>


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use <br/>


What does the HTML tag br mean?

<BR> tag stands for line break. This is the first line <BR> This is the second line In HTML the above code will get displayed as: This is the first line This is the second line


What is the Html tag for break?

A Line Break Is <br> A Paragraph Break Is <p> or some browsers accept <br /> Hope that helps!!!


What is a pause or break in the middle of a line of verse?

You can make a break in the line in HTML by placing in BR tag. It moves whatever is being written to the next line.


Is break a line break tag?

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


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.


What is HR tag in HTML and attributes of HRtag?

The hr tag in HTML is the "Horizontal Rule" tag. Essentially, the tag creates a horizontal line. This line was often used in print to separate chapters and the like. You can style the tag in various ways, giving it color and borders, width and height. By default, the tag displays something like this:


What is the HTML code to create a space?

Use: <P> new paragraph</p> or <br>Line break (no closing tag required)


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

<BR> i.e. break line is an empty tag. An empty tag once opened is not needed to be closed.