answersLogoWhite

0

What are the definition of TAGS?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

A TAG in HTML refers to a sequence of characters surrounded by the <> symbols that defines a specific behavior for the text encompassed by these tags.

Ex:

Hi

Hi

This text "Hi" will get displayed like above in the HTML page.

Usually most tags have a closing tag that contains an extra "/" along with the <> symbols.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the definition of TAGS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the definition of tags?

A tag is another word for label.


What is definition of singular tag?

There doesn't seem to be an official definition but a singular tag is a tag that is not used as a pair of tags. XHTML validating examples of singular tags are: &lt;br /&gt; &lt;hr /&gt; &lt;img /&gt; Note that the &lt;img /&gt; tag will require additional attributes to display an image.


What HTML lines are used to hide javascript from older browsers?

The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are


Identify the HTML element that contains everything that is displayed in your actual browser window?

If organized correctly then it should be in the &lt;body&gt;&lt;/body&gt; tags however &lt;head&gt;&lt;/head&gt; can be seen provided it is content and not definition tags eg, &lt;title&gt;&lt;meta&gt;&lt;script&gt;&lt;style&gt;.


Is meta tags having closing tags?

Meta tags do not have closing tags in HTML. The following is perfectly valid HTML: &lt;meta http-equiv="content-language" content="en"&gt; When you get into XHTML, you'll need to close the tag but by definition meta tags are self-closing. So the correct way to close the meta tag would be by adding a forward slash just before the closing bracket, like so: &lt;meta http-equiv="content-language" content="en" /&gt;


Why are treasury tags called treasury tags?

Because they treasure tags


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 >


What are self-closing tags in HTML?

Self-closing tags are tags that don't have a "" to close it.These tags include:imginputbrareabasecolembedkeygenlinkmetaparamsourcetrackand wbr


Who owns these tags?

who own these tags


What types of tag can you create?

Tags without criteria and Criteria-based tags


What type of HTML list would be good to use to display a list of terms and their definitions?

A definition list would be good for that. Use the &lt;dl&gt; (definition list), &lt;dt&gt; (definition term), and &lt;dd&gt; (definition description) tags. Here is the syntax of the list: &lt;dl&gt; &lt;dt&gt;&lt;/dt&gt; &lt;dd&gt;&lt;/dd&gt; &lt;dt&gt;&lt;/dt&gt; &lt;dd&gt;&lt;/dd&gt; &lt;/dl&gt;


What are HTML codes that control the appearance of the document contents?

tags