answersLogoWhite

0

Horizontal separators are created by the HR tag. It creates a horizontal line after the element.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Does a horizontal rule tag need a close tag?

No the HR tag does not need a close tag.


What does href tag do?

HREF tag is used to create hyperlink. It send the control over to another document.


Can a HR tag add a horizontal line in a webpage?

Yes


What tag is used to create a reset button in a form?

<button type="reset" />


What is the different between table tag and div tag in HTML?

The table tag is used to create a table, which is a type of block-level element. The div tag is used to create a generic block element. The main difference is that tables are best-suited for tabular data, and divs are best-suited to presentation of non-tabular data.


What languageis used to create hypertext?

HTML itself can be used to create Hypertext. It can be created using the anchor tag which is shown by <a>.


Which tag is used to create inline imege?

To create an inline image in HTML, the <img> tag is used. This tag allows you to embed images directly within the content of a webpage. You need to specify the image source using the src attribute. For example: <img src="image.jpg" alt="Description of image">.


Is Slash is used to create a closing tag?

Yes. <FORM> is the opening tag whereas </FORM> is the closing tag. This </TAG> to close tags is applicable for most tages. ex: <HTML> </HTML> <BODY> </BODY> etc...


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 are the names of 3 tags for HTML and what do they do?

The paragraph tag, Text, is used to set off blocks of text as paragraphs.The anchor tag, Text, is used to create hyperlinks from a document to another resource.The canvas tag, creates an element that can be drawn on using JavaScript.


What does href do?

HREF tag is used to create hyperlink. It send the control over to another document.


Html element is used to create division or section within your page?

The <HR> tag can be used to create a division in your web page. HR stands for Horizontal Ruler or in other words Horizontal line that can split the contents displayed in a webpage into two distinct parts. The HR is the simplest way to divide contents in a page. There are advanced features like frames that can help you divide your webpage in a much more efficient way into parts of the contents organized into different parts of the web page.