answersLogoWhite

0


Best Answer

Some tags come in pairs and some don't. The ones that come in pairs do so because you are normally telling something where to start applying some formatting and where to end it. Like in this one we are saying where to start and end the bolding, so we need the second tag to tell it to stop. So for example, this line has part of it bolded, but it is clear when it starts and ends:

This bit of text includes some <b>bold</b> text.

Other tags have no need to have something set to end, like a line break. A line break is a single instruction, so you only need one tag. You don't need to tell a line break when to stop.

<BR>

User Avatar

Wiki User

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

Wiki User

13y ago

the paired tags are called companion tags. they have a opening and ending tag

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Singular tabs which only opened do not need to be closed as empty tags. <BR> tag is an example of that.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are paired tags called in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The commands in an HTML file are called what?

The commands are called tags, and they have attributes within them to sort of "customize" the tags.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


What is the difference between paired Tags n Unpaired tags?

paired tags are those tags which have both opening and closing tagse.g. < body>unpaired tags are those tags which don't have a closing tage.g. < BR >


Why HTML is known as markup language because it uses marking tags like?

HTML is called markup language because it uses Markup Tags. Some examples of tags are &lt;p&gt;, &lt;head&gt;, &lt;body&gt; etc.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, &lt;html&gt; and &lt;/html&gt;.


What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


Why is HTML called Hyper Text Markup Language?

It is the full form of HTML so it is called so. It is a markup language containing markup tags.