answersLogoWhite

0

What is tag used to create horizontal separators?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is tag used to create horizontal separators?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


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.


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

Yes


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


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 does href do?

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


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.


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.


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 an anchor in a webpage?

The HTML anchor tag is a tag that looks like this: It's most often used to produce links using the href attribute, eghttp://wiki.answers.com">Example.com!The text inside the tag (or an image if you'd like) is what becomes "clickable." By default, underlined and blue in most browsers.