answersLogoWhite

0

HTML isa tag based language that helps in cresting web pages.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
BeauBeau
You're doing better than you think!
Chat with Beau
JudyJudy
Simplicity is my specialty.
Chat with Judy
More answers

T- title

A- author

G- genera

:)

User Avatar

Wiki User

12y ago
User Avatar

The TAG I'm talking about is from literature not the fun tag.

T-Turn

A-Answer

G-Give

User Avatar

Wiki User

14y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What does TAG stand for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What does UN TAG stand for?

united nations transision assistins group


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 is the purpose of an ending tag?

Simply to use the start tag and add a "/" before the tag name like the following:If you are making a link:... will be the appropriate ending tag.Working with tables?So simply add a slash "/" in front of the tag to end it.There are certain stand-alone tags like the break/return tag and image tag, which are slightly different. Image tag does NOT need an ending tag, and the doesn't either.


What are the tags for a definition list for HTML?

There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.


What does i stand for in HTML?

The <i> tag in HTML is used to offset text that should be displayed in italics. It's a carry-over from early versions of HTML, as its purpose is solely presentational and not semantic. In most cases, the use of the emphasis tag <em> is encouraged in its place.