There is a horizontal rule, using the <HR> tag, but there is no corresponding vertical rule tag. What you can do is create a table and set it to show vertical lines only as a border, using the rules attribute of the Table tag, and setting its value to cols.
<TABLE border=5 bordercolor=Black Rules=Cols>
<CAPTION>Rules=Cols</CAPTION>
<TR><TD>January</TD><TD>January</TD><TD>January</TD></TR>
<TR><TD>February</TD><TD>February</TD><TD>February</TD></TR>
<TR><TD>March</TD><TD>March</TD><TD>March</TD></TR>
</TABLE>
You can also use the frame attribute in a similar way with its value set to LHS or RHS.
<TABLE border=5 bordercolor=Black Frame=RHS>
<CAPTION>Frame=RHS</CAPTION>
<TR><TD>January</TD><TD>January</TD><TD>January</TD></TR>
<TR><TD>February</TD><TD>February</TD><TD>February</TD></TR>
<TR><TD>March</TD><TD>March</TD><TD>March</TD></TR>
</TABLE>
Both of the above examples include borders, but they can be turned on or off, as you require, by setting the border to 0.
Flip vertical is a style element in HTML. It flips the image or text vertically.
Horizontal Rule
It's called the tabindex attribute,
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:
The HTML tag surrounds all others: <html></html> The BODY tag surrounds all of the content tags: <body></body> Note: Right-click a page in your browser & choose View Source. Then look at the top and bottom of the text to see how these play out. Exception to the rule: There is sometimes a !DOCTYPE tag that appears before (outside of) the HTML tag, but there are no tags that appear after it.
Flip vertical is a style element in HTML. It flips the image or text vertically.
VAlign
Horizontal Rule
You can buy vertical file cabinets online or at office supply store. This site offers vertical cabinets http://www.justfilingcabinets.com/Vertical-Filing-Cabinets-C21368.html
horizontal button with vertical submenus
The left side of the vertical rule of a stem-and-leaf plot is the "stem", so the numbers are the "stem," also.
I think this is the correct answer. I'm not certain on what asking. <valign=middle>
From my experience i don't know of any rule although it might be that its 180 degrees
There is no such thing as "line rule" in HTML. There is, however, a horizontal rule, or <hr>, which will draw a horizontal line across the containing block, like this...
It's called the tabindex attribute,
Standard html should work on any browser. Some browser manufacturers developed tags that just work on certain browsers. A good rule when designing html pages is to test the page on the major browsers.
It's called a "Horizontal Rule"... the HTML for that would be <HR>