answersLogoWhite

0


Best Answer

paired tags are those tags which have both opening and closing tags

e.g. < body>

unpaired tags are those tags which don't have a closing tag

e.g. < BR >

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between paired Tags n Unpaired tags?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Unpaired tag in HTML?

A tag is said to be a paired tag if the text is placed between a tag and its companion tag. In paired tags, the first tag is referred to as Opening Tag and the second tag is referred to as Closing Tag.ExampleThis text is in italics. Note: Here is called opening tag. and is called closing tag.


What are the difference between logical and physical tag?

While physical tags are also referred to as presentational mark-up, logical tags are useless for appearances. Physical tags are newer versions while logical tags are old and concentrate on content.


What are tags between other tags called?

A tag located between other tags is called a nested tag.


What is the difference between Audi BMW and merecedes?

The difference between Audi, BMW, and Mercedes is nothing they are all pretty much the same just with different badges and different price tags.


How are tags represented in HTML code?

tags are represented between for eg. ,


What is the difference between graffiti tags and artwork?

Real graffiti is artwork while graffiti tags are generally considered vandalism. Graffiti artwork adds to the urban landscape, is pleasing to look at and makes one think, while graffiti tags are a quick inscription or signature to let people know you were there.


Between which set of tags does most of the content of your webpage need to be placed?

In most cases, everything except the DOCTYPE declaration will be between &lt;html&gt; tags. The visible content of your page will usually be between &lt;body&gt; tags.


What are the requirements for valid XHTML coding syntax?

The requirement for a valid XHTML is that all the tags should be closed. This is actually the difference between HTML and XHTML.


What are the tags in HTML surronded by?

HTML tags are put between &lt;&gt;. Example: &lt;FONT size="2"&gt;


What is the difference between Atom and RSS feeds?

Only the HTML tags differ Atom Feed is similar to RSS Fees but it differ only in HTML tag


What are paired tags called in HTML?

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 &lt;b&gt;bold&lt;/b&gt; 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. &lt;BR&gt;


What are the difference between text and hypotext?

Hypertext is text that has been marked up with tags to indicate its structure. Hypertext also, by definition, is capable of linking between separate documents using "hyperlinks." Plain text is not capable of this.