answersLogoWhite

0


Best Answer


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.

User Avatar

Wiki User

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

Wiki User

12y ago

There is no such thing in HTML. You can simulate this effect by creating a DIV element with a width of just a few pixels and a height equal to the desired length of the line (in pixels or as a percentage of the containing block). Feel free to style this element as you see fit.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

The


tag defines a horizontal rule.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago


will create a line break.


will put a line across the screen.

and

Will create a full clear line between the last and next line.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Use The <hr> for horizontal in html

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML tag for vertical line?
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?

&lt;br&gt;


What are blank line spaces?

You can create a blank line in HTML with the &lt;br/&gt; tag. This tag inserts a blank line on the browser.


What should be the first line of your HTML file?

The first line of your HTML file should start with &lt;!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the &lt;html&gt; tag.


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

&lt;BR&gt;


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 correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use &lt;br/&gt;


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What does the HTML tag br mean?

&lt;BR&gt; tag stands for line break. This is the first line &lt;BR&gt; This is the second line In HTML the above code will get displayed as: This is the first line This is the second line


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 HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.