answersLogoWhite

0


Best Answer

HTML Tag is a piece of code that defines different elements of a web document. The tags that are recognized by HTML are listed below. Not all of them are widely used (or even at all) but these are the ones recognized. For more details on each individual tag you will need to search the internet or ask more specific questions here.

* ADDRESS * APPLET * AREA * A * BASE * BASEFONT * BIG * BLOCKQUOTE * BODY * BR * B * CAPTION * CENTER * CITE * CODE * DD * DFN * DIR * DIV * DL * DT * EM * FONT * FORM * H1 H2 H3 H4 H5 H6 * HEAD * HR * HTML * IMG * INPUT * ISINDEX * I * KBD * LINK * LI * MAP * MENU * META * OL * OPTION * PARAM * PRE * P * SAMP * SCRIPT * SELECT * SMALL * STRIKE * STRONG * STYLE * SUB * SUP * TABLE * TD * TEXTAREA * TH * TITLE * TR * TT * UL * U * VAR

User Avatar

Wiki User

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

Wiki User

11y ago

The tags in an HTML document segregate data into various types and functions. For instance, the paragraph tag (<p></p>) is used to set aside a specific block of text as a paragraph.

Tags a semantic, meaning they are used to reinforce the definition of the data, rather than group the data together in a way intended for presentation. (With a couple obvious exceptions.)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the definition of tags in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Is xHTML is the successor to HTML?

No, XHTML is a parallel language to HTML. XHTML is a XML language definition where tags have similar meanings to corresponding HTML tags. A crude analogy would be that XHTML and HTML are half-brothers; Lot's of similarities but also distinct differences. The successor of HTML is HTML5, the successor of XHMTL is XHTML5.


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 are the tags in HTML surronded by?

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


What are and used for in HTML?

HTML uses tags for its complete functionality. These tags are defined to do a certain work.


What is the first step to learn HTML?

The first step to learning HTML is leaning tags. The tags form the basic entity for HTML.


How are html elemnts catagorizes?

HTML elements are categorized as tags. Open end tags and close ended tags are the major classification categories.